diff options
| -rwxr-xr-x | configure1.in | 2 |
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. |
| 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=) |