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:
@@ -93,7 +93,8 @@ if test "$crypto_lib" = "unknown" -a "$with_krb4" != "no"; then
|
|||||||
des_cbc_encrypt(0, 0, 0, 0, 0, 0);
|
des_cbc_encrypt(0, 0, 0, 0, 0, 0);
|
||||||
RC4(0, 0, 0, 0);
|
RC4(0, 0, 0, 0);
|
||||||
], [crypto_lib=krb4; AC_MSG_RESULT([krb4's libdes])])
|
], [crypto_lib=krb4; AC_MSG_RESULT([krb4's libdes])])
|
||||||
|
CPPFLAGS="$save_CPPFLAGS"
|
||||||
|
LIBS="$save_LIBS"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$crypto_lib" = "unknown"; then
|
if test "$crypto_lib" = "unknown"; then
|
||||||
|
Reference in New Issue
Block a user