diff options
author | Werner Koch <wk@gnupg.org> | 2007-07-26 09:15:12 +0000 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-07-26 09:15:12 +0000 |
commit | db6a84d79e4293194dfa0f68f7ac7dc66bb9c5d5 (patch) | |
tree | ead7238449daf8c7fa9056e0e968bec494892b4a /autogen.sh | |
parent | 44e19ed44c2a8c8bd6e94fcf5e98fdc850f15eb5 (diff) | |
download | libgcrypt-db6a84d79e4293194dfa0f68f7ac7dc66bb9c5d5.tar.gz |
Fixed symbol prefix detection.
Typo fixes.
Diffstat (limited to 'autogen.sh')
-rwxr-xr-x | autogen.sh | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -31,7 +31,7 @@ check_version () { DIE=no FORCE= -if test "$1" = "--force"; then +if test x"$1" = x"--force"; then FORCE=" --force" shift fi @@ -75,11 +75,9 @@ 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} \ - --enable-ciphers=arcfour:blowfish:cast5:des:aes:twofish:serpent:rfc2268:seed:camellia + --with-gpg-error-prefix=${w32root} exit $? fi # ***** end W32 build script ******* |