summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-26 04:24:36 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-26 04:24:36 +0000
commit05c5cb49f5724217ed998eb3975c3669b952cc36 (patch)
tree317d9614257d8195f0d319409d710066e5da8a96
parent68b791fab128b1c34d1a817c8cb886f61654d8d6 (diff)
downloadother-05c5cb49.tar.gz
other-05c5cb49.zip
Temporarily disable error and stop
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1154641 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--admin/acinclude.m4.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/acinclude.m4.in b/admin/acinclude.m4.in
index f1c8062..ce6f82d 100644
--- a/admin/acinclude.m4.in
+++ b/admin/acinclude.m4.in
@@ -2785,7 +2785,8 @@ AC_LANG_RESTORE
if eval "test ! \"`echo $kde_cv_tqt`\" = no"; then
AC_MSG_RESULT(no)
- AC_MSG_ERROR([You are attempting to compile Trinity without the Trinity Qt Interface installed. Please install libtqtinterface-dev and try again!])
+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!])
else
AC_MSG_RESULT(yes)
LIBTQT_LDFLAGS="-ltqt"