# HG changeset patch # User Gerd Moellmann # Date 958837835 0 # Node ID 18ae8656c122742262d0217c4fa49c198e667f2e # Parent 837bc03279457659c01414d1836c9442e6372f24 Check for grandpt and getpt. diff -r 837bc0327945 -r 18ae8656c122 configure.in --- a/configure.in Sat May 20 02:23:35 2000 +0000 +++ b/configure.in Sat May 20 15:50:35 2000 +0000 @@ -1856,6 +1856,12 @@ 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