summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ConfigureChecks.cmake2
m---------admin0
-rw-r--r--config.h.cmake2
3 files changed, 2 insertions, 2 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 517c99f..769b797 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -99,7 +99,7 @@ check_c_source_compiles("
BUILD_READLINE_STANDALONE
)
if( NOT BUILD_READLINE_STANDALONE )
- find_package( curses )
+ find_package( Curses )
if( NOT CURSES_FOUND )
tde_message_fatal( "(n)curses is required but was not found on your system" )
endif()
diff --git a/admin b/admin
-Subproject 36c8888e40e73634035e5bed05e401664d3ee54
+Subproject 6fa5fdb7176897672b2e2a0cf4ae7bacc0d57f7
diff --git a/config.h.cmake b/config.h.cmake
index f948f50..5590857 100644
--- a/config.h.cmake
+++ b/config.h.cmake
@@ -1,7 +1,7 @@
#define VERSION "@VERSION@"
// Defined if you have fvisibility and fvisibility-inlines-hidden support.
-#cmakedefine __KDE_HAVE_GCC_VISIBILITY 1
+#cmakedefine __TDE_HAVE_GCC_VISIBILITY 1
// Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
// significant byte first (like Motorola and SPARC, unlike Intel).