--- configure.orig Thu Oct 27 17:47:55 2005 +++ configure Fri Nov 18 04:36:06 2005 @@ -9070,15 +9070,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 [ ${have_crypto} -eq 1 ]; then echo "Cryp name: -$cryp_name-" cat >>confdefs.h <<_ACEOF