summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 19:20:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-01 23:04:56 +0900
commit099c3ec1427deee9a8023ae72e2f1a1095986641 (patch)
tree47de47db3b9a0295fe276e6ca188d131de3cd918
parent5c301750a4100bd942eeb550227ee1460df73979 (diff)
downloadlibtdeldap-099c3ec1427deee9a8023ae72e2f1a1095986641.tar.gz
libtdeldap-099c3ec1427deee9a8023ae72e2f1a1095986641.zip
Replace kdemacros.h with tdemacros.h
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit a15d47732e3a380efc8fb1b5f3f8ee784ebf49a2)
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index a95ccf4..12dff2e 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -115,7 +115,7 @@ endif( )
tde_save_and_set( CMAKE_REQUIRED_INCLUDES "${TDE_INCLUDE_DIR}" )
check_cxx_source_compiles( "
- #include <kdemacros.h>
+ #include <tdemacros.h>
#ifndef __TDE_HAVE_TDEHWLIB
#error tdecore is not build with tdehwlib
#endif