diff options
Diffstat (limited to 'scripts/autogen.sh')
-rwxr-xr-x | scripts/autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/autogen.sh b/scripts/autogen.sh index a60f3cf6a..d820696bb 100755 --- a/scripts/autogen.sh +++ b/scripts/autogen.sh @@ -94,7 +94,7 @@ if test "$1" = "--build-w32"; then fi [ $DIE = yes ] && exit 1 - $tsdir/configure ${conf_CC} --build=${build} --host=${host} + $tsdir/configure ${conf_CC} --build=${build} --host=${host} \ ${disable_foo_tests} $* exit $? fi |