mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Fix typo in last commit
This commit is contained in:
parent
3cba3840ac
commit
a50568cdee
2 changed files with 6 additions and 6 deletions
|
|
@ -311,7 +311,7 @@ dnl Try to locate appropriate library
|
||||||
AC_DEFUN([OL_RESOLVER_LINK],
|
AC_DEFUN([OL_RESOLVER_LINK],
|
||||||
[ol_cv_lib_resolver=no
|
[ol_cv_lib_resolver=no
|
||||||
OL_RESOLVER_TRY(ol_cv_resolver_none)
|
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])
|
OL_RESOLVER_TRY(ol_cv_resolver_bind,[-lbind])
|
||||||
])
|
])
|
||||||
dnl
|
dnl
|
||||||
|
|
|
||||||
10
configure
vendored
10
configure
vendored
|
|
@ -1,6 +1,6 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# $OpenLDAP$
|
# $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/>.
|
# 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
|
fi
|
||||||
|
|
||||||
if test $ol_cv_lib_resolver = no ; then
|
if test $ol_cv_lib_resolver = no ; then
|
||||||
echo $ac_n "checking for resolver link (-lresol)""... $ac_c" 1>&6
|
echo $ac_n "checking for resolver link (-lresolv)""... $ac_c" 1>&6
|
||||||
echo "configure:10328: checking for resolver link (-lresol)" >&5
|
echo "configure:10328: checking for resolver link (-lresolv)" >&5
|
||||||
if eval "test \"\${ol_cv_resolver_resolv+set}\" = set"; then
|
if eval "test \"\${ol_cv_resolver_resolv+set}\" = set"; then
|
||||||
echo $ac_n "(cached) $ac_c" 1>&6
|
echo $ac_n "(cached) $ac_c" 1>&6
|
||||||
else
|
else
|
||||||
|
|
||||||
ol_RESOLVER_LIB=-lresol
|
ol_RESOLVER_LIB=-lresolv
|
||||||
ol_LIBS=$LIBS
|
ol_LIBS=$LIBS
|
||||||
LIBS="$ol_RESOLVER_LIB $LIBS"
|
LIBS="$ol_RESOLVER_LIB $LIBS"
|
||||||
|
|
||||||
|
|
@ -10399,7 +10399,7 @@ fi
|
||||||
echo "$ac_t""$ol_cv_resolver_resolv" 1>&6
|
echo "$ac_t""$ol_cv_resolver_resolv" 1>&6
|
||||||
|
|
||||||
if test $ol_cv_resolver_resolv = yes ; then
|
if test $ol_cv_resolver_resolv = yes ; then
|
||||||
ol_cv_lib_resolver=-lresol
|
ol_cv_lib_resolver=-lresolv
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue