Check for setsid.

This commit is contained in:
Richard M. Stallman 1993-12-25 01:43:19 +00:00
parent f7ead36120
commit bd7a1ebba7

View file

@ -1273,7 +1273,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 res_init)
AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init setsid)
ok_so_far=true
AC_FUNC_CHECK(socket, , ok_so_far=)