]> granicus.if.org Git - graphviz/commitdiff
fix for qmake test
authorellson <devnull@localhost>
Thu, 21 Apr 2011 15:33:24 +0000 (15:33 +0000)
committerellson <devnull@localhost>
Thu, 21 Apr 2011 15:33:24 +0000 (15:33 +0000)
configure.ac

index 721676086f7d984ae4d67d23da1d6b2111ebb1e6..908209f689dfb75c93dca2d21ea606bc676735e3 100644 (file)
@@ -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"