diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:54:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-15 18:54:59 -0600 |
commit | 88a071548f4cc0d77a9c10b8e141c6b79b2a8188 (patch) | |
tree | 4add0e7b069c25350bbc3fd3f91466419f5708cd /configure.in.in | |
parent | e402ace2756e381ff717940ac431935c05a43cca (diff) | |
download | tdebindings-88a071548f4cc0d77a9c10b8e141c6b79b2a8188.tar.gz tdebindings-88a071548f4cc0d77a9c10b8e141c6b79b2a8188.zip |
Rename KDE_VERSION to TDE_VERSION
Diffstat (limited to 'configure.in.in')
-rw-r--r-- | configure.in.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in.in b/configure.in.in index 71b17442..d3215c87 100644 --- a/configure.in.in +++ b/configure.in.in @@ -236,7 +236,7 @@ AC_DEFUN([KDE_CHECK_MDI], #include <kdeversion.h> ], [ - #if KDE_VERSION < ((3<<16) | (2<<8) | (0)) + #if TDE_VERSION < ((3<<16) | (2<<8) | (0)) KDE_choke me #endif ], @@ -276,7 +276,7 @@ AC_DEFUN([KDE_CHECK_KNS], #include <kdeversion.h> ], [ - #if KDE_VERSION < ((3<<16) | (3<<8) | (92)) + #if TDE_VERSION < ((3<<16) | (3<<8) | (92)) KDE_choke me #endif ], |