comparison configure1.in @ 5345:80332dac0573

Check for setsid.
author Richard M. Stallman <rms@gnu.org>
date Sat, 25 Dec 1993 01:43:19 +0000
parents ada749d7f88c
children dd44db966842
comparison
equal deleted inserted replaced
5344:82d17c6e5350 5345:80332dac0573
1271 1271
1272 AC_ALLOCA 1272 AC_ALLOCA
1273 1273
1274 # logb and frexp are found in -lm on most systems. 1274 # logb and frexp are found in -lm on most systems.
1275 AC_HAVE_LIBRARY(-lm) 1275 AC_HAVE_LIBRARY(-lm)
1276 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init) 1276 AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init setsid)
1277 1277
1278 ok_so_far=true 1278 ok_so_far=true
1279 AC_FUNC_CHECK(socket, , ok_so_far=) 1279 AC_FUNC_CHECK(socket, , ok_so_far=)
1280 if test -n "$ok_so_far"; then 1280 if test -n "$ok_so_far"; then
1281 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=) 1281 AC_HEADER_CHECK(netinet/in.h, , ok_so_far=)