From: Gerd Moellmann Date: Sat, 20 May 2000 15:50:35 +0000 (+0000) Subject: Check for grandpt and getpt. X-Git-Tag: emacs-pretest-21.0.90~3855 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=40ccc4c77030214b6234283619109a15475ddf6a;p=emacs.git Check for grandpt and getpt. --- diff --git a/configure.in b/configure.in index a374233a826..c6bb124f907 100644 --- a/configure.in +++ b/configure.in @@ -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