remember to restore saved values after testing for krb4's libdes

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@10529 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2001-08-23 01:06:00 +00:00
parent 80e5d210ea
commit 2062e07d73

View File

@@ -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