From ef28d7cb2239136eca34325db73487eb3243e3ab Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 24 Nov 1997 19:50:22 +0000 Subject: [PATCH] (AC_CHECK_FUNCS): Add strftime. --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index e83dac34063..4bc8d980534 100644 --- a/configure.in +++ b/configure.in @@ -1578,7 +1578,7 @@ AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \ rename closedir mkdir rmdir sysinfo \ random lrand48 bcopy bcmp logb frexp fmod rint cbrt ftime res_init setsid \ strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ -utimes setrlimit setpgid getcwd shutdown) +utimes setrlimit setpgid getcwd shutdown strftime) # 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