From a50568cdeec4b0f20ba69144ca14e41a7f2d739b Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Sat, 2 Apr 2005 20:54:34 +0000 Subject: [PATCH] Fix typo in last commit --- build/openldap.m4 | 2 +- configure | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build/openldap.m4 b/build/openldap.m4 index 0de535874c..3594e54ddb 100644 --- a/build/openldap.m4 +++ b/build/openldap.m4 @@ -311,7 +311,7 @@ dnl Try to locate appropriate library AC_DEFUN([OL_RESOLVER_LINK], [ol_cv_lib_resolver=no OL_RESOLVER_TRY(ol_cv_resolver_none) -OL_RESOLVER_TRY(ol_cv_resolver_resolv,[-lresol]) +OL_RESOLVER_TRY(ol_cv_resolver_resolv,[-lresolv]) OL_RESOLVER_TRY(ol_cv_resolver_bind,[-lbind]) ]) dnl diff --git a/configure b/configure index b29255bd37..4ef54c1f63 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # $OpenLDAP$ -# from OpenLDAP: pkg/ldap/configure.in,v 1.573 2005/03/18 16:07:16 kurt Exp +# from OpenLDAP: pkg/ldap/configure.in,v 1.574 2005/04/02 18:52:23 kurt Exp # This work is part of OpenLDAP Software . # @@ -10323,13 +10323,13 @@ echo "$ac_t""$ol_cv_resolver_none" 1>&6 fi if test $ol_cv_lib_resolver = no ; then - echo $ac_n "checking for resolver link (-lresol)""... $ac_c" 1>&6 -echo "configure:10328: checking for resolver link (-lresol)" >&5 + echo $ac_n "checking for resolver link (-lresolv)""... $ac_c" 1>&6 +echo "configure:10328: checking for resolver link (-lresolv)" >&5 if eval "test \"\${ol_cv_resolver_resolv+set}\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else - ol_RESOLVER_LIB=-lresol + ol_RESOLVER_LIB=-lresolv ol_LIBS=$LIBS LIBS="$ol_RESOLVER_LIB $LIBS" @@ -10399,7 +10399,7 @@ fi echo "$ac_t""$ol_cv_resolver_resolv" 1>&6 if test $ol_cv_resolver_resolv = yes ; then - ol_cv_lib_resolver=-lresol + ol_cv_lib_resolver=-lresolv fi fi -- 2.39.5