diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-12-17 23:01:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-12-17 23:01:39 +0000 |
commit | af6c394785d9ca41ec34ab26a9308b8a4d2a1260 (patch) | |
tree | 4ff233fd220cd030b84bcf82fdc09ba8ebc737f5 /configure.in | |
parent | 558d12d7f63e57db7cf37d996bae1a2a392921fc (diff) | |
download | curl-af6c394785d9ca41ec34ab26a9308b8a4d2a1260.tar.gz |
Götz Babin-Ebell's OpenSSL ENGINE patch
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 |