diff options
author | Werner Koch <wk@gnupg.org> | 2005-08-19 13:48:50 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2005-08-19 13:48:50 +0000 |
commit | b68fa9b15e9ade77534e4b2513cef623c26ce9c5 (patch) | |
tree | 76ebe7920dada3290adc49159d79f716464d4878 /autogen.sh | |
parent | 274944d3a4d8dfdd9a016abfdf21c766511a4007 (diff) | |
download | libgpg-error-b68fa9b15e9ade77534e4b2513cef623c26ce9c5.tar.gz |
Does now allow to build a W32 DLL.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -75,7 +75,7 @@ if test "$1" = "--build-w32"; then ./configure --enable-maintainer-mode --prefix=${w32root} \ --host=i586-mingw32msvc --build=${build} \ - --disable-shared + --disable-shared exit $? fi |