mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-18 18:18:06 -05:00
Second try to fix res_search
This commit is contained in:
parent
b098f46de4
commit
3cf98c2724
2 changed files with 2 additions and 2 deletions
2
configure
vendored
2
configure
vendored
|
|
@ -3203,7 +3203,7 @@ fi
|
|||
|
||||
ac_cv_func_res_search=$ac_cv_lib_bind_res_search
|
||||
fi
|
||||
if test $ac_cv_func_res_search= "no" ; then
|
||||
if test $ac_cv_func_res_search = "no" ; then
|
||||
echo $ac_n "checking for __res_search in -lbind""... $ac_c" 1>&6
|
||||
echo "configure:3209: checking for __res_search in -lbind" >&5
|
||||
ac_lib_var=`echo bind'_'__res_search | sed 'y%./+-:%__p__%'`
|
||||
|
|
|
|||
|
|
@ -301,7 +301,7 @@ if test $ac_cv_func_res_search = "no" ; then
|
|||
AC_CHECK_LIB(bind, res_search)
|
||||
ac_cv_func_res_search=$ac_cv_lib_bind_res_search
|
||||
fi
|
||||
if test $ac_cv_func_res_search= "no" ; then
|
||||
if test $ac_cv_func_res_search = "no" ; then
|
||||
AC_CHECK_LIB(bind, __res_search)
|
||||
ac_cv_func_res_search=$ac_cv_lib_bind___res_search
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in a new issue