changeset 643:f729827e45ad

* Merge
author Chris Cannam
date Fri, 17 Sep 2010 13:17:37 +0100
parents 6f6aa00a404c (diff) fd268881d1ea (current diff)
children 48f869ce8e64
files
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure.ac	Fri Sep 17 13:13:23 2010 +0100
+++ b/configure.ac	Fri Sep 17 13:17:37 2010 +0100
@@ -104,7 +104,9 @@
 
 AC_OUTPUT([config.pri])
 
-$QMAKE -r
+if ! $QMAKE -r; then
+   AC_MSG_ERROR([qmake failed: Command was "$QMAKE -r"])
+fi
 
 # qmake builds our static libraries, which is fine -- what we'd really
 # like to do afterwards is bundle them into a single .so with e.g.