(AC_CHECK_FUNCS): Add strftime.
This commit is contained in:
parent
00a626598b
commit
ef28d7cb22
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue