diff options
author | Timothy Pearson <[email protected]> | 2011-11-16 13:52:14 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-16 13:52:14 -0600 |
commit | 0a841682a5517fa5c9807fd0f09ffcf141bf1b35 (patch) | |
tree | f977fd590b6a9dd3867af92f7269e6c3b87433d5 /kopete/configure.in.in | |
parent | 55b5e168e3b25303c9eff3b5e4b6e2317e13a156 (diff) | |
download | tdenetwork-0a841682a5517fa5c9807fd0f09ffcf141bf1b35.tar.gz tdenetwork-0a841682a5517fa5c9807fd0f09ffcf141bf1b35.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kopete/configure.in.in')
-rw-r--r-- | kopete/configure.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kopete/configure.in.in b/kopete/configure.in.in index 802dd84d..261f4f6f 100644 --- a/kopete/configure.in.in +++ b/kopete/configure.in.in @@ -16,7 +16,7 @@ KDE_CHECK_HEADERS(knotifydialog.h) KOPETE_INCLUDES='-I$(top_srcdir)/kopete/libkopete -I$(top_builddir)/kopete/libkopete -I$(top_srcdir)/kopete/libkopete/avdevice -I$(top_srcdir)/kopete/libkopete/ui -I$(top_builddir)/kopete/libkopete/ui' -AC_MSG_CHECKING([for kdelibs newer than 3.3.x]) +AC_MSG_CHECKING([for tdelibs newer than 3.3.x]) AC_LANG_SAVE AC_LANG_CPLUSPLUS kcompat_save_CXXFLAGS="$CXXFLAGS" @@ -25,7 +25,7 @@ LIBS="$LIBS $X_EXTRA_LIBS" CXXFLAGS="$CXXFLAGS $all_includes" AC_TRY_COMPILE([ -#include <kdeversion.h> +#include <tdeversion.h> #if !( KDE_IS_VERSION( 3, 3, 90 ) ) #error Kopete compatibility with KDE 3.3 needs to be enabled #endif |