error if qt not found; closes #18

This commit is contained in:
Marc Wäckerlin
2011-11-28 13:20:00 +00:00
parent f8ca811529
commit bd977047e0

View File

@@ -148,7 +148,7 @@ done
AC_MSG_RESULT($QTDIR) AC_MSG_RESULT($QTDIR)
AM_CONDITIONAL(USE_QT, test -n "$QTLIBDIR") AM_CONDITIONAL(USE_QT, test -n "$QTLIBDIR")
if test -z "$QTLIBDIR"; then if test -z "$QTLIBDIR"; then
AC_MSG_WARN(Could not locate QT 4.1) AC_MSG_ERROR(Could not locate QT 4)
case $host in case $host in
*darwin*) *darwin*)
LDFLAGS+=" -lproxy" LDFLAGS+=" -lproxy"