define HAVE_OPENSSL even if we got to hear about it by krb4

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11306 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2002-08-28 23:09:05 +00:00
parent aca3e31c17
commit dfcb0f5208

View File

@@ -53,7 +53,6 @@ if test "$crypto_lib" = "unknown" -a "$with_openssl" != "no"; then
RC4(0, 0, 0, 0);
], [
crypto_lib=libcrypto openssl=yes
AC_DEFINE([HAVE_OPENSSL], 1, [define to use openssl's libcrypto])
AC_MSG_RESULT([libcrypto])])
CPPFLAGS="$save_CPPFLAGS"
LIBS="$save_LIBS"
@@ -185,6 +184,9 @@ if test "$crypto_lib" = "unknown"; then
fi
if test "$openssl" = "yes"; then
AC_DEFINE([HAVE_OPENSSL], 1, [define to use openssl's libcrypto])
fi
AM_CONDITIONAL(HAVE_OPENSSL, test "$openssl" = yes)dnl
AC_SUBST(DIR_des)