changeset 4730:09e1fb3bf84d

Test for res_init in libc.
author Richard M. Stallman <rms@gnu.org>
date Thu, 16 Sep 1993 20:08:34 +0000
parents fdbcbaea7296
children a8c0357a8554
files configure1.in
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure1.in	Thu Sep 16 20:02:25 1993 +0000
+++ b/configure1.in	Thu Sep 16 20:08:34 1993 +0000
@@ -1211,7 +1211,7 @@
 
 # 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=)