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