From 5f5bc0db6f0f5dde8ec3864d0b95a4218991b048 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 9 Jun 2012 01:03:47 -0500 Subject: Fix TQt3 build failure This closes Bug 920 (part of the original commit) (cherry picked from commit 18173187defa3af61ddf5038f7c30ff8e12447e8) --- configure.ac | 4 ++-- 1 file 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 -- cgit v1.2.1