]> git.alsa-project.org Git - alsa-lib.git/commitdiff
Added exit when configure fails
authorJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:21:00 +0000 (18:21 +0000)
committerJaroslav Kysela <perex@perex.cz>
Mon, 26 Nov 2001 18:21:00 +0000 (18:21 +0000)
cvscompile

index 62995d56c19d0f388f190a7e9d4610f2255254ab..141734e7b2799632e752cfab7796f16ece8b9935 100644 (file)
@@ -8,7 +8,7 @@ autoconf
 export CFLAGS='-O2 -Wall -W -pipe -g'
 echo "CFLAGS=$CFLAGS"
 echo "./configure $@"
-./configure $@
+./configure $@ || exit 1
 unset CFLAGS
 if [ -z "$CVSCOMPILE_NO_MAKE" ]; then
   make