diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:36 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:36 -0600 |
commit | e46a394c283d9af8870297a4ad0aea9d9f9875a1 (patch) | |
tree | 861ec762a46e5aac00e764576a51ca6768e7f626 /configure.in | |
parent | 4fa84415626e4d407953d73434a0e69a84407954 (diff) | |
download | digikam-e46a394c283d9af8870297a4ad0aea9d9f9875a1.tar.gz digikam-e46a394c283d9af8870297a4ad0aea9d9f9875a1.zip |
Additional renaming of kde to tde
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 ) { |