From b14899d41ae8f0d3e750ba42e297ea5815bf30c1 Mon Sep 17 00:00:00 2001 From: Badlop Date: Sat, 7 Aug 2010 19:42:56 +0200 Subject: [PATCH] Update the 'configure' script --- src/configure | 11 +++++++++++ 1 file changed, 11 insertions(+) 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