From 8a0b67f365e9f9555cc942ed4e01ce1ff06b95c6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 9 Jun 2012 20:16:54 -0500 Subject: [PATCH] Search the path for moc-tqt (cherry picked from commit 7b10d93d32d21d7c4a8414fe1f68380058a77ce1) --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4c70252..320dacc 100644 --- a/configure.ac +++ b/configure.ac @@ -484,7 +484,7 @@ 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], no, [$QT3_PREFIX]) + AC_PATH_PROGS(MOC_QT3, [moc-tqt], no, [$QT3_PREFIX:$PATH]) if test "$MOC_QT3" = no; then AC_MSG_ERROR([Could not find moc-tqt]) fi