From 9c5c5f39dc4002f4421fd18077a5d7d71d6fac45 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 28 Aug 1996 23:28:39 +0000 Subject: [PATCH] Check for utimes. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2