aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in
index b87171f7955..bc5c3e8b3a3 100755
--- a/configure1.in
+++ b/configure1.in
@@ -1273,7 +1273,7 @@ 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.
1275AC_HAVE_LIBRARY(-lm) 1275AC_HAVE_LIBRARY(-lm)
1276AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init) 1276AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init setsid)
1277 1277
1278ok_so_far=true 1278ok_so_far=true
1279AC_FUNC_CHECK(socket, , ok_so_far=) 1279AC_FUNC_CHECK(socket, , ok_so_far=)