From 50baa546a2d0c573b7bddcbbbb3d6dfc6c1875cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Fri, 19 Sep 2014 09:05:37 +0000 Subject: [PATCH] need variables - typo; refs #41 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e53cade..847cbbc 100644 --- a/configure.in +++ b/configure.in @@ -117,7 +117,7 @@ case $host in esac AX_CXX_CHECK_QT([QT], [Qt5Core Qt5Gui Qt5Widgets Qt5Network]) AC_ARG_VAR(LUPDATE_ARGS, [arguments for qt lupdate command, e.g. -no-obsolete]) -if test $HAVE_$1 -eq 1; then +if test $HAVE_QT -eq 1; then CPPFLAGS+=" -DQT_NETWORK_LIB" fi