From 6290931c7a94004e405fa3b11462a33f4bc9997c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 26 Sep 2018 01:33:41 +0200 Subject: [PATCH] qt_includes => tqt_includes conversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- configure.in.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in.in b/configure.in.in index 9bbda0345..9f1b7bea1 100644 --- a/configure.in.in +++ b/configure.in.in @@ -223,8 +223,8 @@ if test "$kde_cv_mtab_file" != "no"; then AC_DEFINE_UNQUOTED(MTAB_FILE, "$kde_cv_mtab_file", [Define the file for mount entries]) fi -if test -n "$qt_includes"; then - QNAMESPACE_H="$qt_includes/qnamespace.h" +if test -n "$tqt_includes"; then + QNAMESPACE_H="$tqt_includes/qnamespace.h" fi AC_SUBST(QNAMESPACE_H)