summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 024e833..4c70252 100644
--- a/configure.ac
+++ b/configure.ac
@@ -484,9 +484,9 @@ if test "x$HAVE_TQT" = "xyes" ; then
AC_SUBST(QT3_CFLAGS)
AC_SUBST(QT3_LIBS)
QT3_PREFIX="`$PKG_CONFIG --variable=prefix qt-mt`/bin"
- AC_PATH_PROGS(MOC_QT3, [moc-tqt moc], no, [$QT3_PREFIX])
+ AC_PATH_PROGS(MOC_QT3, [moc-tqt], no, [$QT3_PREFIX])
if test "$MOC_QT3" = no; then
- AC_MSG_ERROR([Could not find QT3 moc])
+ AC_MSG_ERROR([Could not find moc-tqt])
fi
AC_SUBST(MOC_QT3)
fi