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 5cd909beb..0470ad0d2 100755 --- a/autogen.sh +++ b/autogen.sh @@ -92,7 +92,7 @@ if test "$1" = "--build-w32"; then --with-libassuan-prefix=${w32root} \ --with-zlib=${w32root} \ --with-pth-prefix=${w32root} \ - --disable-gpg + --without-included-gettext rc=$? exit $rc fi |