summaryrefslogtreecommitdiff
path: root/autogen.sh
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2007-05-04 10:46:12 +0000
committerWerner Koch <wk@gnupg.org>2007-05-04 10:46:12 +0000
commit639c29542e9629db52c6687f38629d76964fafb4 (patch)
treecd474db2d07fec4cba1a41b5b81c909b0fa8e4bb /autogen.sh
parent879c0cf8ef86154ff60f53cadf4c28e86ce424a5 (diff)
downloadlibgcrypt-639c29542e9629db52c6687f38629d76964fafb4.tar.gz
Updated automake.
Ready for a release.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-xautogen.sh5
1 files changed, 3 insertions, 2 deletions
diff --git a/autogen.sh b/autogen.sh
index c79253e2..10bc8d51 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -75,10 +75,11 @@ if test "$1" = "--build-w32"; then
fi
fi
+ # Note: we include Camellia because this is anyway a GPLed build.
./configure --enable-maintainer-mode --prefix=${w32root} \
--host=${host} --build=${build} \
- --with-gpg-error-prefix=${w32root}
-
+ --with-gpg-error-prefix=${w32root} \
+ --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia
exit $?
fi
# ***** end W32 build script *******