summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 85e984375..3ef3c4293 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2426,6 +2426,7 @@ if test "x$openssl" = "xyes" ; then
2426 [AC_LANG_PROGRAM([[ 2426 [AC_LANG_PROGRAM([[
2427 #include <string.h> 2427 #include <string.h>
2428 #include <openssl/opensslv.h> 2428 #include <openssl/opensslv.h>
2429 #include <openssl/crypto.h>
2429 ]], [[ 2430 ]], [[
2430 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1); 2431 exit(SSLeay() == OPENSSL_VERSION_NUMBER ? 0 : 1);
2431 ]])], 2432 ]])],