mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-24 07:20:37 +00:00
Check for grandpt and getpt.
This commit is contained in:
parent
b07929cd7f
commit
40ccc4c770
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user