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 950e26f..62ffdd1 100644
--- a/configure.in
+++ b/configure.in
@@ -97,7 +97,7 @@ AC_SUBST(KIPI_PLUGINS_COMMON_LDFLAGS)
# -----------------------------------------------------------------
#
-# 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
#
# -----------------------------------------------------------------
@@ -108,7 +108,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 )
{