diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-05 21:08:20 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-05 21:08:20 +0000 |
commit | d907da90fbb8accc10313ecd6c8857c0a51f1308 (patch) | |
tree | bfa03efdf6f219760f910d46ef53eb03187d5857 | |
parent | 629a19bd8d2b95fbe7ae93cf3f07c62f4e689eb0 (diff) | |
download | admin-d907da90fbb8accc10313ecd6c8857c0a51f1308.tar.gz admin-d907da90fbb8accc10313ecd6c8857c0a51f1308.zip |
Fix up fallthrough tqt detection case
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common/admin@1212130 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | acinclude.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4.in b/acinclude.m4.in index 7ec513b..6df03df 100644 --- a/acinclude.m4.in +++ b/acinclude.m4.in @@ -2787,7 +2787,7 @@ if eval "test ! \"`echo $kde_cv_tqt`\" = no"; then 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" |