diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-09-23 18:45:35 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-09-23 18:45:50 +0200 |
commit | e0433165465f9a0a7cc9fce89ddc8633053011df (patch) | |
tree | a57543c5f15ad2c13383d34999d21e6469fb706e | |
parent | e778228700f68a6eb77efac8f389b789b498f274 (diff) | |
download | libtqt-perl-e0433165465f9a0a7cc9fce89ddc8633053011df.tar.gz libtqt-perl-e0433165465f9a0a7cc9fce89ddc8633053011df.zip |
Conversion AC_PATH_QT => AC_PATH_TQT, KDE_USE_QT => KDE_USE_TQT
to align to corresponding patch for common/admin module
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index a094412..ecf34bf 100644 --- a/configure.in +++ b/configure.in @@ -57,7 +57,7 @@ dnl for NLS support. Call them in this order! dnl WITH_NLS is for the po files dnl AM_KDE_WITH_NLS -KDE_USE_QT(3.0) +KDE_USE_TQT(3.0) dnl ------------------------------------------------------------------------ @@ -71,7 +71,7 @@ dnl AC_DEFUN(AC_BASE_PATH_INSTALL, [ AC_PREREQ([2.13]) -AC_REQUIRE([AC_PATH_QT])dnl +AC_REQUIRE([AC_PATH_TQT])dnl AC_REQUIRE([KDE_CHECK_LIB64]) AC_CHECK_RPATH |