diff options
| -rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index 2201547e2a4..6e4cf079a26 100755 --- a/configure1.in +++ b/configure1.in | |||
| @@ -1582,7 +1582,7 @@ AC_ALLOCA | |||
| 1582 | AC_HAVE_LIBRARY(-lm) | 1582 | AC_HAVE_LIBRARY(-lm) |
| 1583 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ | 1583 | AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ |
| 1584 | random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ | 1584 | random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ |
| 1585 | strerror fpathconf select mktime eaccess) | 1585 | strerror fpathconf select mktime eaccess getpagesize) |
| 1586 | 1586 | ||
| 1587 | ok_so_far=true | 1587 | ok_so_far=true |
| 1588 | AC_FUNC_CHECK(socket, , ok_so_far=) | 1588 | AC_FUNC_CHECK(socket, , ok_so_far=) |