From: Daniel Stenberg Date: Sun, 19 Dec 2004 09:36:54 +0000 (+0000) Subject: check for openssl/pkcs12.h X-Git-Tag: curl-7_12_3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=090a7f38be27b6e6afcc5ffb6fd51f887168b3f1;p=curl check for openssl/pkcs12.h --- diff --git a/configure.ac b/configure.ac index 3cff1e1da..a03be2026 100644 --- a/configure.ac +++ b/configure.ac @@ -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)