diff options
author | Werner Koch <[email protected]> | 2005-08-19 16:11:46 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2005-08-19 16:11:46 +0000 |
commit | dbe0df44b68ae918e4d713924d974e3bdb93eac3 (patch) | |
tree | 8685134eb6f498ecf5824f1947adb607d6cc08f1 /autogen.sh | |
parent | Merged changes from upstream libassuan to allow building a W32 DLL. (diff) | |
download | gpgme-dbe0df44b68ae918e4d713924d974e3bdb93eac3.tar.gz gpgme-dbe0df44b68ae918e4d713924d974e3bdb93eac3.zip |
Changes to allow building a W32 DLL
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ if test "$1" = "--build-w32"; then ./configure --enable-maintainer-mode --prefix=${w32root} \ --host=i586-mingw32msvc --build=${build} \ --with-gpg-error-prefix=${w32root} \ - --disable-shared --with-gpgsm=c:/gnupg/gpgsm.exe + --disable-shared --without-gpgsm exit $? fi |