]> git.sur5r.net Git - openldap/commitdiff
Fix last commit
authorKurt Zeilenga <kurt@openldap.org>
Fri, 12 Jan 2001 04:20:35 +0000 (04:20 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 12 Jan 2001 04:20:35 +0000 (04:20 +0000)
configure
configure.in

index 7630cd45668442601ed48986f6bd84e418830c8f..2a0f47a805c1f718aa39274226796209cbda9293 100755 (executable)
--- a/configure
+++ b/configure
@@ -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
index 19b94e13ffa752f81ca2f5138849757542716961..a81eef8520d253c4c5e8f82863b2534df1f19990 100644 (file)
@@ -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