diff options
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 57f0bd597cc..b102222d0c3 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -1274,7 +1274,7 @@ AC_ALLOCA | |||
| 1274 | 1274 | ||
| 1275 | # logb and frexp are found in -lm on most systems. | 1275 | # logb and frexp are found in -lm on most systems. |
| 1276 | AC_HAVE_LIBRARY(-lm) | 1276 | AC_HAVE_LIBRARY(-lm) |
| 1277 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy logb frexp ftime res_init setsid) | 1277 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir random bcopy bcmp logb frexp ftime res_init setsid) |
| 1278 | 1278 | ||
| 1279 | ok_so_far=true | 1279 | ok_so_far=true |
| 1280 | AC_FUNC_CHECK(socket, , ok_so_far=) | 1280 | AC_FUNC_CHECK(socket, , ok_so_far=) |