diff options
| author | Richard M. Stallman | 1996-09-09 22:27:02 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-09 22:27:02 +0000 |
| commit | 76aa9e79b996d94de930deb0fe7c7443a70c1a1f (patch) | |
| tree | 69ee99e86d0a00400e513cda499c942c91fc8d97 | |
| parent | 97966523893c912a1a4a1abbfa023e2cb671b00c (diff) | |
| download | emacs-76aa9e79b996d94de930deb0fe7c7443a70c1a1f.tar.gz emacs-76aa9e79b996d94de930deb0fe7c7443a70c1a1f.zip | |
Check for termios.h. Check for setpgid.
| -rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index bcf83fbc266..9d87d8d6144 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -1005,7 +1005,7 @@ dnl checks for Unix variants | |||
| 1005 | AC_AIX | 1005 | AC_AIX |
| 1006 | 1006 | ||
| 1007 | dnl checks for header files | 1007 | dnl checks for header files |
| 1008 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h) | 1008 | AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h) |
| 1009 | AC_HEADER_STDC | 1009 | AC_HEADER_STDC |
| 1010 | AC_HEADER_TIME | 1010 | AC_HEADER_TIME |
| 1011 | AC_DECL_SYS_SIGLIST | 1011 | AC_DECL_SYS_SIGLIST |
| @@ -1442,7 +1442,7 @@ AC_CHECK_FUNCS(gettimeofday gethostname getdomainname dup2 \ | |||
| 1442 | rename closedir mkdir rmdir sysinfo \ | 1442 | rename closedir mkdir rmdir sysinfo \ |
| 1443 | random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ | 1443 | random lrand48 bcopy bcmp logb frexp fmod ftime res_init setsid \ |
| 1444 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ | 1444 | strerror fpathconf select mktime euidaccess getpagesize tzset setlocale \ |
| 1445 | utimes setrlimit) | 1445 | utimes setrlimit setpgid) |
| 1446 | 1446 | ||
| 1447 | # Check this now, so that we will NOT find the above functions in ncurses. | 1447 | # Check this now, so that we will NOT find the above functions in ncurses. |
| 1448 | # That is because we have not set up to link ncurses in lib-src. | 1448 | # That is because we have not set up to link ncurses in lib-src. |