diff options
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index b440aa07afd..5d292352725 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -1336,7 +1336,7 @@ AC_ALLOCA | |||
| 1336 | # logb and frexp are found in -lm on most systems. | 1336 | # logb and frexp are found in -lm on most systems. |
| 1337 | AC_HAVE_LIBRARY(-lm) | 1337 | AC_HAVE_LIBRARY(-lm) |
| 1338 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ | 1338 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ |
| 1339 | random bcopy bcmp logb frexp fmod ftime res_init setsid strerror) | 1339 | random bcopy bcmp logb frexp fmod drem ftime res_init setsid strerror) |
| 1340 | 1340 | ||
| 1341 | ok_so_far=true | 1341 | ok_so_far=true |
| 1342 | AC_FUNC_CHECK(socket, , ok_so_far=) | 1342 | AC_FUNC_CHECK(socket, , ok_so_far=) |