From 8478db9c086109edfbb4307745e9505af58a2ed1 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 12 Jan 2001 04:20:35 +0000 Subject: [PATCH] Fix last commit --- configure | 4 ++-- configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure b/configure index 7630cd4566..2a0f47a805 100755 --- 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 diff --git a/configure.in b/configure.in index 19b94e13ff..a81eef8520 100644 --- a/configure.in +++ b/configure.in @@ -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 -- 2.39.5