diff options
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 557a5563208..45ea56ba611 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -1326,7 +1326,7 @@ AC_ALLOCA | |||
| 1326 | # logb and frexp are found in -lm on most systems. | 1326 | # logb and frexp are found in -lm on most systems. |
| 1327 | AC_HAVE_LIBRARY(-lm) | 1327 | AC_HAVE_LIBRARY(-lm) |
| 1328 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ | 1328 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ |
| 1329 | random bcopy bcmp logb frexp ftime res_init setsid strerror) | 1329 | random bcopy bcmp logb frexp fmod ftime res_init setsid strerror) |
| 1330 | 1330 | ||
| 1331 | ok_so_far=true | 1331 | ok_so_far=true |
| 1332 | AC_FUNC_CHECK(socket, , ok_so_far=) | 1332 | AC_FUNC_CHECK(socket, , ok_so_far=) |