summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/autogen.sh b/autogen.sh
index 6bc47c4e..9b88ce44 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -77,7 +77,8 @@ if test "$1" = "--build-w32"; then
./configure --enable-maintainer-mode --prefix=${w32root} \
--host=${host} --build=${build} \
- --with-gpg-error-prefix=${w32root}
+ --with-gpg-error-prefix=${w32root} \
+ --disable-padlock-support
exit $?
fi
# ***** end W32 build script *******