From 915b7b21fdb2d84ef55542681f418690dd8832db Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 15 Jun 2007 14:27:31 +0000 Subject: Build fixes for W32 --- autogen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 0470ad0d2..70b2eabb7 100755 --- a/autogen.sh +++ b/autogen.sh @@ -40,7 +40,7 @@ MSGMERGE=${GETTEXT_PREFIX}${MSGMERGE:-msgmerge}${GETTEXT_SUFFIX} DIE=no FORCE= -if test "$1" == "--force"; then +if test x"$1" = x"--force"; then FORCE=" --force" shift fi @@ -92,7 +92,8 @@ if test "$1" = "--build-w32"; then --with-libassuan-prefix=${w32root} \ --with-zlib=${w32root} \ --with-pth-prefix=${w32root} \ - --without-included-gettext + --without-included-gettext \ + --disable-regex rc=$? exit $rc fi -- cgit v1.2.3