aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-19 09:36:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-19 09:36:54 +0000
commit090a7f38be27b6e6afcc5ffb6fd51f887168b3f1 (patch)
treed2ca7e7a21ea5413703f2136f6760e89865eee38 /configure.ac
parent8ad47a13e5fc82c45bb8522b8276a28c572d3f92 (diff)
check for openssl/pkcs12.h
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
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)