From 639c29542e9629db52c6687f38629d76964fafb4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 4 May 2007 10:46:12 +0000 Subject: Updated automake. Ready for a release. --- autogen.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'autogen.sh') 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 ******* -- cgit v1.2.1