From 940ac42ae3d5c5c5d80f984278446ab34c0bb26a Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Mon, 25 Aug 2014 16:55:37 -0400 Subject: [PATCH] Fix accidental deletion of a line in last change. --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 4728ec51368..967f0195d0f 100644 --- a/configure.ac +++ b/configure.ac @@ -4593,6 +4593,7 @@ if test $emacs_cv_usable_FIONREAD = yes; then fi fi +case $opsys in hpux11) dnl It works to open the pty's tty in the parent (Emacs), then dnl close and reopen it in the child. -- 2.11.4.GIT