need variables - typo; refs #41

This commit is contained in:
Marc Wäckerlin
2014-09-19 09:05:37 +00:00
parent fd931786fd
commit 50baa546a2

View File

@@ -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