diff options
Diffstat (limited to 'trunk/autogen.sh')
-rwxr-xr-x | trunk/autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trunk/autogen.sh b/trunk/autogen.sh index 80e1136a..fe6a0209 100755 --- a/trunk/autogen.sh +++ b/trunk/autogen.sh @@ -75,8 +75,8 @@ if test "$1" = "--build-w32"; then ./configure --enable-maintainer-mode --prefix=${w32root} \ --host=i586-mingw32msvc --build=${build} \ - --with-gpg-error-prefix=${w32root} \ - --disable-shared --without-gpgsm + --with-gpg-error-prefix=${w32root} --without-gpgsm \ + --enable-shared --enable-static exit $? fi |