diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:07 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:37:07 -0600 |
commit | dbec247f3c5a80da327d8b604ff6a6d54dafec0a (patch) | |
tree | 4ebf199820404e6a34655eeb02ac23ebad2ceb8a /configure.in | |
parent | fbf4c6db00956199520e11052404cb0bd8062af3 (diff) | |
download | amarok-dbec247f3c5a80da327d8b604ff6a6d54dafec0a.tar.gz amarok-dbec247f3c5a80da327d8b604ff6a6d54dafec0a.zip |
Additional renaming of kde to tde
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 53132749..ebec776c 100644 --- a/configure.in +++ b/configure.in @@ -1101,7 +1101,7 @@ AC_LANG_CPLUSPLUS AC_MSG_CHECKING([if KDE is at least 3.4 for DAAP support]) AC_COMPILE_IFELSE([ -#include <kdeversion.h> +#include <tdeversion.h> #if ! ( KDE_IS_VERSION( 3, 4, 0 ) ) #error KDE 3.4 #endif |