Temporarily disable error and stop

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kde-common@1154641 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
master
tpearson 14 years ago
parent 68b791fab1
commit 05c5cb49f5

@ -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"

Loading…
Cancel
Save