From bd977047e0e97e054ac133ad208bb879763fdf9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Mon, 28 Nov 2011 13:20:00 +0000 Subject: [PATCH] error if qt not found; closes #18 --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 774e0a8..ab7cd56 100644 --- a/configure.in +++ b/configure.in @@ -148,7 +148,7 @@ done AC_MSG_RESULT($QTDIR) AM_CONDITIONAL(USE_QT, test -n "$QTLIBDIR") 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 *darwin*) LDFLAGS+=" -lproxy"