]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Sat, 2 Apr 2005 20:54:34 +0000 (20:54 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sat, 2 Apr 2005 20:54:34 +0000 (20:54 +0000)
build/openldap.m4
configure

index 0de535874c87f8cf492d757170f3188aa53b43d4..3594e54ddb3e3617802ec729813f79066fb7b5f5 100644 (file)
@@ -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
index b29255bd37eff393e02c7448ce1bca9b4f31bc43..4ef54c1f639b0b398c6d8a54acda3519faef863f 100755 (executable)
--- 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 <http://www.openldap.org/>.
 #
@@ -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