]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Do not suggest user to do 'make' if configure failed
authorChengwei Yang <chengwei.yang@intel.com>
Thu, 6 Jun 2013 03:36:22 +0000 (11:36 +0800)
committerSimon McVittie <simon.mcvittie@collabora.co.uk>
Thu, 6 Jun 2013 11:57:40 +0000 (12:57 +0100)
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65415
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
autogen.sh

index 15581120d0bdc0147a208f7e7fc6a4d568586751..b049f4ef0cc7abae864e7c9ab77eafa1ba516c5d 100755 (executable)
@@ -101,7 +101,7 @@ else
 fi
 
 if $run_configure; then
-    $srcdir/configure --enable-developer --config-cache "$@"
+    $srcdir/configure --enable-developer --config-cache "$@" || exit $?
     echo 
     echo "Now type 'make' to compile $PROJECT."
 else