summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index e02a026bb..64f100bae 100644
--- a/configure.in
+++ b/configure.in
@@ -55,7 +55,6 @@ case "$host" in
55 ;; 55 ;;
56*-*-linux*) 56*-*-linux*)
57 no_dev_ptmx=1 57 no_dev_ptmx=1
58 need_pty_removed_on_close=1
59 ;; 58 ;;
60*-*-netbsd*) 59*-*-netbsd*)
61 need_dash_r=1 60 need_dash_r=1
@@ -543,14 +542,6 @@ AC_CHECK_FILE("/dev/ptc",
543 ] 542 ]
544) 543)
545 544
546# Some systems (defined in platform-specific code above) automagically remove
547# Unix98 ptys when they are closed
548if test "x$ac_cv_func_openpty" = "xyes" -o "x$have_dev_ptmx" = "x1" -o "x$have_dev_ptc" = "x1" ; then
549 if test "x$need_pty_removed_on_close" = "x1" ; then
550 AC_DEFINE(PTY_REMOVED_ON_CLOSE)
551 fi
552fi
553
554# Options from here on. Some of these are preset by platform above 545# Options from here on. Some of these are preset by platform above
555 546
556# Check whether user wants GNOME ssh-askpass 547# Check whether user wants GNOME ssh-askpass