summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index ca6b4c7..98b8dd8 100644
--- a/configure.in
+++ b/configure.in
@@ -84,7 +84,7 @@ dnl PACKAGE set before
# -----------------------------------------------------------------
#
-# enable hidden visibility only if kde >= 3.3.2 and kdelibs has
+# enable hidden visibility only if kde >= 3.3.2 and tdelibs has
# been compiled with visibility enabled
#
# -----------------------------------------------------------------
@@ -95,7 +95,7 @@ CPPFLAGS="$CPPFLAGS $all_includes"
AC_MSG_CHECKING([if hidden visibility should be enabled])
AC_COMPILE_IFELSE(
[
- #include <kdeversion.h>
+ #include <tdeversion.h>
#include <kdemacros.h>
int other_func( void )
{