From fd5b806fc097408d263c9562ac5e58286854df16 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 5 Oct 2001 20:58:29 +0000 Subject: [PATCH] Update LDBM_LIB --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 07f7e428d4..2a95efa695 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.368 2001/10/04 04:34:05 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.369 2001/10/04 13:28:01 ando Exp # Copyright 1998-2001 The OpenLDAP Foundation. All Rights Reserved. # @@ -17559,7 +17559,7 @@ EOF BUILD_SLAPD=yes BUILD_LDBM=yes - LDBM_LIB="-ldbm" + LDBM_LIB="-lldbm" if test "$ol_with_ldbm_module" != static ; then cat >> confdefs.h <<\EOF #define SLAPD_LDBM_DYNAMIC 1 -- 2.39.5