diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh index 86552ee0d..2edbababb 100755 --- a/autogen.sh +++ b/autogen.sh @@ -123,8 +123,7 @@ if [ "$myhost" = "w32" ]; then --with-zlib=${w32root} \ --with-regex=${w32root} \ --with-pth-prefix=${w32root} \ - --with-adns=${w32root} \ - --without-included-gettext "$@" + --with-adns=${w32root} "$@" rc=$? exit $rc fi |