Fix TQt3 build failure

This closes Bug 920
(part of the original commit)
(cherry picked from commit 18173187de)
v3.5.13-sru
Timothy Pearson 12 years ago committed by Slávek Banko
parent 0cddf92b0d
commit 5f5bc0db6f

@ -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

Loading…
Cancel
Save