summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-02 18:32:15 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-02 18:32:15 +0900
commit4cee5361965f7d798bc08b18bee87ce69e78bb99 (patch)
treea14733c3076e380c96adb1a8deb19bc8d317e571
parent80a742849d872788877a90b91becb696b170d73c (diff)
downloadadmin-4cee5361965f7d798bc08b18bee87ce69e78bb99.tar.gz
admin-4cee5361965f7d798bc08b18bee87ce69e78bb99.zip
Drop TQT_VERSION_ONLY
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--acinclude.m4.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 6a34780..45d4a22 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -1089,9 +1089,7 @@ AC_DEFUN([KDE_USE_TQT],
ac_cxxflags_safe="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -I/usr/include/tqt"
AC_TRY_COMPILE([
- #define TQT_VERSION_ONLY
#include <tqt.h>
- #undef TQT_VERSION_ONLY
], ,
kde_tqtver=3,
)