]> code.delx.au - gnu-emacs/commitdiff
Check for grandpt and getpt.
authorGerd Moellmann <gerd@gnu.org>
Sat, 20 May 2000 15:50:35 +0000 (15:50 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 20 May 2000 15:50:35 +0000 (15:50 +0000)
configure.in

index a374233a826e59d42b2d36c3176496dde782d2a1..c6bb124f9073825f4ef116d11d2d1c70079966ed 100644 (file)
@@ -1856,6 +1856,12 @@ if test "$ac_cv_func_working_mktime" = no; then
   AC_DEFINE(BROKEN_MKTIME)
 fi
 
+# UNIX98 PTYs.
+AC_CHECK_FUNCS(grantpt)
+
+# PTY-related GNU extensions.
+AC_CHECK_FUNCS(getpt)
+
 # 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.
 # It's better to believe a function is not available