aboutsummaryrefslogtreecommitdiffstats
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-07-12 15:25:20 +0000
committerWerner Koch <[email protected]>2007-07-12 15:25:20 +0000
commit906da085cf6a15173b1ffdf698159d55fd0d67fe (patch)
treef1e5e25de81f139aa8592828d239e9f62d8abbd7 /autogen.sh
parent2007-07-10 Marcus Brinkmann <[email protected]> (diff)
downloadgpgme-906da085cf6a15173b1ffdf698159d55fd0d67fe.tar.gz
gpgme-906da085cf6a15173b1ffdf698159d55fd0d67fe.zip
Changes for W32
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 fc61c5f3..ffe46b4d 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -80,7 +80,7 @@ if test "$1" = "--build-w32"; then
./configure --enable-maintainer-mode --prefix=${w32root} \
--host=i586-mingw32msvc --build=${build} \
- --with-gpg-error-prefix=${w32root} --without-gpgsm \
+ --with-gpg-error-prefix=${w32root} \
--enable-shared --enable-static --enable-w32-glib \
PKG_CONFIG_LIBDIR="$w32root/lib/pkgconfig"