diff options
author | Richard M. Stallman <rms@gnu.org> | 1996-09-25 03:50:06 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1996-09-25 03:50:06 +0000 |
commit | 8a7894abb66381b2462f2b69167693ac036c23e2 (patch) | |
tree | fda448f72ee185c7878a99d1d79ee736455d3197 /configure.in | |
parent | ffc0ffd3900b40231e833ff99de47e8431c2d0cf (diff) | |
download | emacs-8a7894abb66381b2462f2b69167693ac036c23e2.tar.gz |
Check for getcwd.
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 9d87d8d6144..ed149842c1b 100644 --- a/configure.in +++ b/configure.in @@ -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. |