diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-27 19:42:03 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-27 19:42:03 +0000 |
commit | b3051b0c7f56c69f49721af52298cdfadfa9c44a (patch) | |
tree | cbf679b3c15bf3b0db6adf261fdb6c8ef82d9024 /configure1.in | |
parent | 4f08f2405a0c81c51578a89ec6d48a6c679fd2ab (diff) | |
download | emacs-b3051b0c7f56c69f49721af52298cdfadfa9c44a.tar.gz |
(utimes): Check for it.
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=) |