summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure14
1 files changed, 13 insertions, 1 deletions
diff --git a/configure b/configure
index 8d78b555..c03c3f33 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Rev:18 by chappa@washington.edu.
+# From configure.ac Rev:19 by chappa@washington.edu.
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for alpine 2.20.99.
#
@@ -18485,6 +18485,18 @@ fi
as_fn_error $? "crypto library NOT found" "$LINENO" 5
exit 1
fi
+ ac_fn_c_check_header_mongrel "$LINENO" "crypto.h" "ac_cv_header_crypto_h" "$ac_includes_default"
+if test "x$ac_cv_header_crypto_h" = xyes; then :
+
+else
+ alpine_CRYPTO_DEVEL="none"
+fi
+
+
+ if test "x$alpine_CRYPTO_DEVEL" = "xnone" ; then
+ as_fn_error $? "crypto library file crypt.h NOT found. Install correspoding licrypt-devel package" "$LINENO" 5
+ exit 1
+ fi
fi
if test "x$alpine_SSLTYPE" != "xnone" ; then