Mercurial > emacs
changeset 29031:18ae8656c122
Check for grandpt and getpt.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 20 May 2000 15:50:35 +0000 |
parents | 837bc0327945 |
children | 659202362f2b |
files | configure.in |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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