check for openssl/pkcs12.h

This commit is contained in:
Daniel Stenberg 2004-12-19 09:36:54 +00:00
parent 8ad47a13e5
commit 090a7f38be
1 changed files with 3 additions and 0 deletions

View File

@ -808,6 +808,9 @@ else
if test X"$OPENSSL_ENABLED" = X"1"; then
AC_DEFINE(USE_SSLEAY, 1, [if SSL is enabled])
dnl is there a pkcs12.h header present?
AC_CHECK_HEADERS(openssl/pkcs12.h)
fi
USE_SSLEAY="$OPENSSL_ENABLED"
AC_SUBST(USE_SSLEAY)