From 3acdcbf67bdc7c7a2a960668db585cedab3922e6 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 15 Nov 2005 16:04:28 +0000 Subject: build static and shared lib by default - required by gpgol. --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'autogen.sh') diff --git a/autogen.sh b/autogen.sh index 80e1136a..fe6a0209 100755 --- a/autogen.sh +++ b/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 -- cgit v1.2.3