summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 18:55:21 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-06 20:28:28 +0900
commitbcdb3081fe7675689a57e1eacc4ba1cd0eee2c99 (patch)
treea26dc57d355b4edaf437d389bc9ba37d66ec65db
parente27d728641cda2c3c85a7d5af817b0ddff06c917 (diff)
downloadadmin-bcdb3081fe7675689a57e1eacc4ba1cd0eee2c99.tar.gz
admin-bcdb3081fe7675689a57e1eacc4ba1cd0eee2c99.zip
Fix detection of TQt3 following bug introduced in previous commit
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit fb9f93be9a4442beeca2765ca75e149ea5c1ad8a)
-rw-r--r--acinclude.m4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in
index 45d4a22..9189858 100644
--- a/acinclude.m4.in
+++ b/acinclude.m4.in
@@ -1087,7 +1087,7 @@ AC_DEFUN([KDE_USE_TQT],
AC_LANG_SAVE
AC_LANG_CPLUSPLUS
ac_cxxflags_safe="$CXXFLAGS"
- CXXFLAGS="$CXXFLAGS -I/usr/include/tqt"
+ CXXFLAGS="$CXXFLAGS -I/usr/include/tqt -I/usr/include/tqt3"
AC_TRY_COMPILE([
#include <tqt.h>
], ,