--- configure.orig 2005-07-15 15:09:04.000000000 +0200 +++ configure 2005-07-15 15:16:19.000000000 +0200 @@ -11513,15 +11513,15 @@ if test x"$have_cryptopp" = x"yes"; then cryp_name="cryptopp"; - have_crypto = 1 + have_crypto=1 fi if test x"$have_cryptopp2" = x"yes"; then cryp_name="crypto++" - have_crypto = 1 + have_crypto=1 fi -if have_crypto -eq 1; then +if test x"$have_crypto" = x"1"; then echo "Cryp name: -$cryp_name-" cat >>confdefs.h <<_ACEOF