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 1d2fcd7..a4aa9b4 100644
--- a/configure.in
+++ b/configure.in
@@ -96,14 +96,14 @@ AC_MSG_CHECKING([if hidden visibility should be enabled])
AC_COMPILE_IFELSE(
[
#include <tdeversion.h>
- #include <kdemacros.h>
+ #include <tdemacros.h>
int other_func( void )
{
#if KDE_IS_VERSION(3,3,2)
#else
iam dying;
#endif
- #ifdef __KDE_HAVE_GCC_VISIBILITY
+ #ifdef __TDE_HAVE_GCC_VISIBILITY
#else
no, iam really dead;
#endif