diff options
Diffstat (limited to 'scripts/autogen.sh')
-rwxr-xr-x | scripts/autogen.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index 74df2b236..f132ce335 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -99,6 +99,7 @@ if test "$1" = "--build-w32"; then $tsdir/configure ${conf_CC} --build=${build} --host=${host} \ ${disable_foo_tests} $* + exit $? fi |