# HG changeset patch # User Richard M. Stallman # Date 748210114 0 # Node ID 09e1fb3bf84d3e38a99c480e83fb3bba33536b7f # Parent fdbcbaea72969e30bb028f3d1825aa201039e9e5 Test for res_init in libc. diff -r fdbcbaea7296 -r 09e1fb3bf84d configure1.in --- 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=)