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 | 6e280214ba75ec7169f7c6265a749339839a5772 (patch) | |
tree | f8abc689ba5e5ad8bd358cdfa7bb659e401061f6 /configure1.in | |
parent | a82d387cfdb7b877841e28d62d7bba3463575581 (diff) | |
download | emacs-6e280214ba75ec7169f7c6265a749339839a5772.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=) |