diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2018-09-24 23:58:51 +0900 |
commit | 3ee3d50c99bad4a2f7b1146dbb72f5cf1df341e4 (patch) | |
tree | 14b14bde41675c64a0623cd56d48c9edb9ffe4ba /acinclude.m4 | |
parent | 791cfc8d71fd67c4f389897b3e720f75245cec18 (diff) | |
download | kdbg-3ee3d50c.tar.gz kdbg-3ee3d50c.zip |
KDE_USE_QT* -> KDE_USE_TQT* conversion
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 33e23b2..ebebec8 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -1089,7 +1089,7 @@ AC_SUBST(LIB_XEXT) AC_DEFUN([KDE_PRINT_QT_PROGRAM], [ -AC_REQUIRE([KDE_USE_QT]) +AC_REQUIRE([KDE_USE_TQT]) cat > conftest.$ac_ext <<EOF #include "confdefs.h" #include <ntqglobal.h> @@ -1150,7 +1150,7 @@ cat >> conftest.$ac_ext <<EOF EOF ]) -AC_DEFUN([KDE_USE_QT], +AC_DEFUN([KDE_USE_TQT], [ if test -z "$1"; then # Current default Qt version: 3.3 @@ -1246,7 +1246,7 @@ fi AC_DEFUN([KDE_CHECK_QT_DIRECT], [ -AC_REQUIRE([KDE_USE_QT]) +AC_REQUIRE([KDE_USE_TQT]) AC_MSG_CHECKING([if Qt compiles without flags]) AC_CACHE_VAL(kde_cv_qt_direct, [ @@ -1310,7 +1310,7 @@ dnl AC_DEFUN([AC_PATH_TQT_1_3], [ AC_REQUIRE([K_PATH_X]) -AC_REQUIRE([KDE_USE_QT]) +AC_REQUIRE([KDE_USE_TQT]) AC_REQUIRE([KDE_CHECK_LIB64]) dnl ------------------------------------------------------------------------ |