diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 70b2eabb7..ad1464ce1 100755 --- a/autogen.sh +++ b/autogen.sh @@ -93,7 +93,7 @@ if test "$1" = "--build-w32"; then --with-zlib=${w32root} \ --with-pth-prefix=${w32root} \ --without-included-gettext \ - --disable-regex + --disable-regex "$@" rc=$? exit $rc fi |