From 40ccc4c77030214b6234283619109a15475ddf6a Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Sat, 20 May 2000 15:50:35 +0000 Subject: [PATCH] Check for grandpt and getpt. --- configure.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5