aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index ad1464ce1..5aa6b89b6 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -91,9 +91,9 @@ if test "$1" = "--build-w32"; then
--with-libgcrypt-prefix=${w32root} \
--with-libassuan-prefix=${w32root} \
--with-zlib=${w32root} \
+ --with-regex=${w32root} \
--with-pth-prefix=${w32root} \
- --without-included-gettext \
- --disable-regex "$@"
+ --without-included-gettext "$@"
rc=$?
exit $rc
fi