summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-12-17 23:01:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-12-17 23:01:39 +0000
commitaf6c394785d9ca41ec34ab26a9308b8a4d2a1260 (patch)
tree4ff233fd220cd030b84bcf82fdc09ba8ebc737f5 /configure.in
parent558d12d7f63e57db7cf37d996bae1a2a392921fc (diff)
downloadcurl-af6c394785d9ca41ec34ab26a9308b8a4d2a1260.tar.gz
Götz Babin-Ebell's OpenSSL ENGINE patch
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 42777b136..d3d9d5b5f 100644
--- a/configure.in
+++ b/configure.in
@@ -392,6 +392,10 @@ else
OPENSSL_ENABLED=1)
fi
+ dnl Check for the OpenSSL engine header, it is kind of "separated"
+ dnl from the main SSL check
+ AC_CHECK_HEADERS(openssl/engine.h)
+
AC_SUBST(OPENSSL_ENABLED)
fi