diff --git a/configure b/configure index cf54c28b38..b6997965b4 100755 --- a/configure +++ b/configure @@ -26144,7 +26144,7 @@ fi *) srcdir="../../$srcdir";; esac ${SHELL} "${srcdir}${srcdir:+/unit/atf-src/}./configure" --enable-tools --disable-shared MISSING=: --prefix $atfdir; - ) ;; + ) || as_fn_error $? "Failed to configure ATF." "$LINENO" 5 ;; "chmod":C) chmod a+x isc-config.sh doc/doxygen/doxygen-input-filter ;; esac