mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
res_9_query
This commit is contained in:
parent
f77233d2ea
commit
3080947559
@ -992,6 +992,11 @@ if test $ac_cv_func_res_query = no ; then
|
||||
ac_cv_func_res_query=$ac_cv_lib_resolv_res_query
|
||||
fi
|
||||
|
||||
if test $ac_cv_func_res_query = no ; then
|
||||
AC_CHECK_LIB(resolv, res_9_query)
|
||||
ac_cv_func_res_query=$ac_cv_lib_resolv_res_9_query
|
||||
fi
|
||||
|
||||
if test $ac_cv_func_res_query = no ; then
|
||||
AC_CHECK_LIB(resolv, __res_query)
|
||||
ac_cv_func_res_query=$ac_cv_lib_resolv___res_query
|
||||
@ -999,7 +1004,7 @@ fi
|
||||
|
||||
if test $ac_cv_func_res_query = no ; then
|
||||
AC_CHECK_LIB(resolv, _res_9_query)
|
||||
ac_cv_func_res_query=$ac_cv_lib_resolv_res_9_query
|
||||
ac_cv_func_res_query=$ac_cv_lib_resolv__res_9_query
|
||||
fi
|
||||
|
||||
if test "$ac_cv_func_res_query" = yes ; then
|
||||
|
Loading…
Reference in New Issue
Block a user