diff options
author | Werner Koch <[email protected]> | 2005-08-19 13:48:50 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-08-19 13:48:50 +0000 |
commit | b68fa9b15e9ade77534e4b2513cef623c26ce9c5 (patch) | |
tree | 76ebe7920dada3290adc49159d79f716464d4878 /autogen.sh | |
parent | Added Romanian translation and other collected changes. (diff) | |
download | libgpg-error-b68fa9b15e9ade77534e4b2513cef623c26ce9c5.tar.gz libgpg-error-b68fa9b15e9ade77534e4b2513cef623c26ce9c5.zip |
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 |