diff options
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh index 87ddc6369..67d28ed38 100755 --- a/autogen.sh +++ b/autogen.sh @@ -90,7 +90,8 @@ if test "$1" = "--build-w32"; then --with-libgcrypt-prefix=${w32root} \ --with-libassuan-prefix=${w32root} \ --with-zlib=${w32root} \ - --with-pth-prefix=${w32root} + --with-pth-prefix=${w32root} \ + --disable-gpg rc=$? # Ugly hack to overcome a gettext problem. Someone should look into # gettext to figure out why the po directory is not ignored as it used |