aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/configure11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/configure b/src/configure
index 2d446462a..d515abc22 100755
--- a/src/configure
+++ b/src/configure
@@ -608,6 +608,7 @@ build_os
build_vendor
build_cpu
build
+md2
INSTALLUSER
SSL_CFLAGS
SSL_LIBS
@@ -4822,6 +4823,16 @@ if test "$ENABLEUSER" != ""; then
fi
+ac_fn_c_check_header_mongrel "$LINENO" "openssl/md2.h" "ac_cv_header_openssl_md2_h" "$ac_includes_default"
+if test "x$ac_cv_header_openssl_md2_h" = x""yes; then :
+ md2=true
+else
+ md2=false
+fi
+
+
+
+
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
for ac_t in install-sh install.sh shtool; do