mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
Update the 'configure' script
This commit is contained in:
parent
d2d8a09b4a
commit
b14899d41a
11
src/configure
vendored
11
src/configure
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user