diff options
Diffstat (limited to 'configure1.in')
-rwxr-xr-x | configure1.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure1.in b/configure1.in index bb22a27f3c6..ce7a3e93fff 100755 --- a/configure1.in +++ b/configure1.in @@ -1573,7 +1573,7 @@ AC_ALLOCA AC_HAVE_LIBRARY(-lm) AC_HAVE_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ random lrand48 bcopy bcmp logb frexp fmod drem ftime res_init setsid \ -strerror fpathconf select) +strerror fpathconf select utimes) ok_so_far=true AC_FUNC_CHECK(socket, , ok_so_far=) |