SVN commit 1212130 by tpearson: Fix up fallthrough tqt detection case M +1 -1 acinclude.m4.in --- branches/trinity/kde-common/admin/acinclude.m4.in #1212129:1212130 @@ -2787,7 +2787,7 @@ AC_MSG_RESULT(no) dnl AC_MSG_ERROR([You are attempting to compile Trinity without the Trinity Qt Interface installed. Please install libtqtinterface-dev and try again!]) AC_MSG_WARN([You are attempting to compile Trinity without the Trinity Qt Interface installed. Please install libtqtinterface-dev and try again!]) - TQTMOC="\$(srcdir)/moc-tqt" + TQTMOC="\$PATH=\$PATH:\$(srcdir)/ moc-tqt" else AC_MSG_RESULT(yes) LIBTQT_LDFLAGS="-ltqt"