summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-05-20 15:50:35 +0000
committerGerd Moellmann <gerd@gnu.org>2000-05-20 15:50:35 +0000
commit40ccc4c77030214b6234283619109a15475ddf6a (patch)
treefef53e386a206a8e1f39edcee2ca5c752671d114 /configure.in
parentb07929cd7febe5223f6f892abb25c415cfd4f856 (diff)
downloademacs-40ccc4c77030214b6234283619109a15475ddf6a.tar.gz
Check for grandpt and getpt.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
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