summaryrefslogtreecommitdiffstats
path: root/admin/acinclude.m4.in
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-05 21:08:20 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-01-05 21:08:20 +0000
commitd15313e0c7f8988d08558f8bb14011ab41e3afe4 (patch)
treeaa14043c23a53d7a916db1dfaad88f3a9cd6db3d /admin/acinclude.m4.in
parent13eab31526425597d72b428ea7b7efe428958b69 (diff)
downloadother-d15313e0c7f8988d08558f8bb14011ab41e3afe4.tar.gz
other-d15313e0c7f8988d08558f8bb14011ab41e3afe4.zip
Fix up fallthrough tqt detection case
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1212130 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'admin/acinclude.m4.in')
-rw-r--r--admin/acinclude.m4.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in
index 7ec513b..6df03df 100644
--- a/admin/acinclude.m4.in
+++ b/admin/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"