Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Lukas However
OpenLDAP
Commits
3cf98c27
Commit
3cf98c27
authored
Jun 09, 2000
by
Kurt Zeilenga
Browse files
Second try to fix res_search
parent
b098f46d
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure
View file @
3cf98c27
...
...
@@ -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__%'
`
...
...
configure.in
View file @
3cf98c27
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment