summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1996-09-09 22:27:02 +0000
committerRichard M. Stallman <rms@gnu.org>1996-09-09 22:27:02 +0000
commitc6924af4e6c81eacc6d54c0dc8ecce0b03182eed (patch)
treee54a5e60d9363a1005828a33627015541be088da
parent3f3bfa7f2cebe3f3d18ac35bdb85ecba832685f5 (diff)
downloademacs-c6924af4e6c81eacc6d54c0dc8ecce0b03182eed.tar.gz
Check for termios.h. Check for setpgid.
-rw-r--r--configure.in4
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
AC_AIX
dnl checks for header files
-AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h)
+AC_CHECK_HEADERS(sys/select.h sys/timeb.h sys/time.h unistd.h utime.h linux/version.h sys/systeminfo.h termios.h)
AC_HEADER_STDC
AC_HEADER_TIME
AC_DECL_SYS_SIGLIST
@@ -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)
+utimes setrlimit setpgid)
# 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.