diff --git a/autogen.sh b/autogen.sh index 415b2d931..3231c93d1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -17,6 +17,8 @@ # Only there to make jhbuild happy +set -e + if [ -z $MESON ]; then MESON=`which meson` fi