diff options
author | Badlop <badlop@process-one.net> | 2010-08-07 19:42:56 +0200 |
---|---|---|
committer | Badlop <badlop@process-one.net> | 2010-08-07 19:42:56 +0200 |
commit | b14899d41ae8f0d3e750ba42e297ea5815bf30c1 (patch) | |
tree | e1a48dba6b7cf4fe7e4f1cee0a95fb2922d6d171 /src | |
parent | Make MD2 autodetected (EJAB-1285) (diff) |
Update the 'configure' script
Diffstat (limited to 'src')
-rwxr-xr-x | src/configure | 11 |
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 |