mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
Test for res_init in libc.
This commit is contained in:
parent
575661b16c
commit
d91a343ed6
@ -1211,7 +1211,7 @@ AC_ALLOCA
|
||||
|
||||
# logb and frexp are found in -lm on most systems.
|
||||
AC_HAVE_LIBRARY(-lm)
|
||||
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime)
|
||||
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init)
|
||||
|
||||
ok_so_far=true
|
||||
AC_FUNC_CHECK(socket, , ok_so_far=)
|
||||
|
Loading…
Reference in New Issue
Block a user