diff options
author | Werner Koch <[email protected]> | 2005-11-15 16:04:28 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-11-15 16:04:28 +0000 |
commit | 3acdcbf67bdc7c7a2a960668db585cedab3922e6 (patch) | |
tree | bebb1f5724275b294116c7f29e395f0cb4e2ae35 /autogen.sh | |
parent | 2005-10-24 Marcus Brinkmann <[email protected]> (diff) | |
download | gpgme-3acdcbf67bdc7c7a2a960668db585cedab3922e6.tar.gz gpgme-3acdcbf67bdc7c7a2a960668db585cedab3922e6.zip |
build static and shared lib by default - required by gpgol.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |