Fix running of GRAPH module
[vlp.git] / configure.ac
index f27d8a134a6e3dcbf5efc3ee9e13b58a203e9cad..f298dd2ecb23323eec4fe0123e0702697d97ffa0 100644 (file)
@@ -7,7 +7,6 @@ AC_PROG_CXX
 AM_PROG_CC_C_O
 AC_CONFIG_FILES([Makefile])
 
-
 # libqt3-mt:i386
 #  libqt3-mt-dev:i386
 # qt3-dev-tools:i386
@@ -25,7 +24,7 @@ AC_ARG_WITH([moc-compiler-name],
   [AS_HELP_STRING([--with-moc-compiler-name=NAME],
     [filename of MOC compiler, defaults to: moc])],
   [MOCNAME="$withval"],
-  [MOCNAME='moc'])
+  [MOCNAME='moc-qt4'])
 AC_SUBST([MOCNAME])
 
 AC_ARG_WITH([moc-compiler-dir],