diff --git a/cf/crypto.m4 b/cf/crypto.m4 index 1d53b2901..53bd5f4a5 100644 --- a/cf/crypto.m4 +++ b/cf/crypto.m4 @@ -93,7 +93,8 @@ if test "$crypto_lib" = "unknown" -a "$with_krb4" != "no"; then des_cbc_encrypt(0, 0, 0, 0, 0, 0); RC4(0, 0, 0, 0); ], [crypto_lib=krb4; AC_MSG_RESULT([krb4's libdes])]) - + CPPFLAGS="$save_CPPFLAGS" + LIBS="$save_LIBS" fi if test "$crypto_lib" = "unknown"; then