mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Fix last commit
This commit is contained in:
parent
05de439349
commit
8478db9c08
4
configure
vendored
4
configure
vendored
@ -1,6 +1,6 @@
|
||||
#! /bin/sh
|
||||
# $OpenLDAP$
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.344 2001/01/03 19:47:08 kurt Exp
|
||||
# from OpenLDAP: pkg/ldap/configure.in,v 1.345 2001/01/12 02:21:48 kurt Exp
|
||||
|
||||
# Copyright 1998-2000 The OpenLDAP Foundation. All Rights Reserved.
|
||||
#
|
||||
@ -6656,7 +6656,7 @@ elif test $ol_with_tls != no ; then
|
||||
{ echo "configure: error: Could not locate TLS/SSL package" 1>&2; exit 1; }
|
||||
fi
|
||||
|
||||
if test $ol_enable_lmhash != no; then
|
||||
if test $ol_enable_lmpasswd != no; then
|
||||
if test $ol_link_tls != yes ; then
|
||||
{ echo "configure: error: LAN Manager passwords require OpenSSL" 1>&2; exit 1; }
|
||||
fi
|
||||
|
@ -1082,7 +1082,7 @@ fi
|
||||
|
||||
dnl ----------------------------------------------------------------
|
||||
dnl LAN Manger password checking requires DES from OpenSSL
|
||||
if test $ol_enable_lmhash != no; then
|
||||
if test $ol_enable_lmpasswd != no; then
|
||||
if test $ol_link_tls != yes ; then
|
||||
AC_ERROR([LAN Manager passwords require OpenSSL])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user