summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2005-08-19 13:48:50 +0000
committerWerner Koch <wk@gnupg.org>2005-08-19 13:48:50 +0000
commitb68fa9b15e9ade77534e4b2513cef623c26ce9c5 (patch)
tree76ebe7920dada3290adc49159d79f716464d4878 /autogen.sh
parent274944d3a4d8dfdd9a016abfdf21c766511a4007 (diff)
downloadlibgpg-error-b68fa9b15e9ade77534e4b2513cef623c26ce9c5.tar.gz
Does now allow to build a W32 DLL.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 1b347a3..d20cc90 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -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