mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
Check for getcwd.
This commit is contained in:
parent
bc28b2121e
commit
4ebfa5ab37
@ -1442,7 +1442,7 @@ AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \
|
||||
rename closedir mkdir rmdir sysinfo \
|
||||
random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \
|
||||
strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \
|
||||
utimes setrlimit setpgid)
|
||||
utimes setrlimit setpgid getcwd)
|
||||
|
||||
# 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…
Reference in New Issue
Block a user