From: ellson Date: Thu, 21 Apr 2011 15:33:24 +0000 (+0000) Subject: fix for qmake test X-Git-Tag: LAST_LIBGRAPH~32^2~795 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ff15dedd425c10041a9839e1de04b2bd0114a5cd;p=graphviz fix for qmake test --- diff --git a/configure.ac b/configure.ac index 721676086..908209f68 100644 --- a/configure.ac +++ b/configure.ac @@ -2422,7 +2422,7 @@ if test "x$with_qt" != "xyes"; then else AC_CHECK_PROGS(QMAKE,qmake-qt4 qmake-qt3 qmake,false) - if test "$(QMAKE)" != "false"; then + if test "$QMAKE" != "false"; then PKG_CHECK_MODULES(QTCORE, [QtCore],[ PKG_CHECK_MODULES(QTGUI, [QtGui],[ use_qt="Yes"