diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-08-28 23:28:39 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-08-28 23:28:39 +0000 |
commit | 7b6b425f8c3f16a72294e9c2c88595617a19b595 (patch) | |
tree | 801a377e794e03bc54ff7104a7f405fba1682257 /configure.in | |
parent | fec9a576225af9c4f053554687d6074676efb462 (diff) | |
download | emacs-7b6b425f8c3f16a72294e9c2c88595617a19b595.tar.gz |
Check for utimes.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index f6e729ab8ee..9066df768f5 100644 --- a/configure.in +++ b/configure.in @@ -1440,7 +1440,7 @@ AC_CHECK_LIB(m, sqrt) AC_CHECK_FUNCS(gettimeofday gethostname dup2 rename closedir mkdir rmdir \ random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ -strerror fpathconf select mktime euidaccess getpagesize tzset setlocale) +strerror fpathconf select mktime euidaccess getpagesize tzset setlocale utimes) # Check this now, so that we will NOT find the above functions in ncurses. # That is because we have not set up to link ncurses in lib-src. |