try to fix «HAVE_QTNETWORK does not appear in AM_CONDITIONAL» when there is no qt
This commit is contained in:
@@ -73,7 +73,7 @@ AC_DEFUN([AX_CXX_CHECK_QT], [
|
||||
AM_CPPFLAGS+=" ${$1_CFLAGS}"
|
||||
AM_CXXFLAGS+=" ${$1_CFLAGS}"
|
||||
LIBS+=" ${$1_LIBS}"
|
||||
])
|
||||
], [HAVE_$1=0])
|
||||
])
|
||||
AM_CONDITIONAL(HAVE_$1, test $HAVE_$1 -eq 1)
|
||||
AC_SUBST(AM_CPPFLAGS)
|
||||
|
Reference in New Issue
Block a user