From b0bdceac34a5b0cc2e199d944bc07024ac72e742 Mon Sep 17 00:00:00 2001 From: Ricky Zhang Date: Thu, 25 Jun 2020 09:43:20 -0400 Subject: [PATCH] Revert "Merge pull request #190 from fragglet/patch-1" This reverts commit a4a2c88ed7d13df0d16c3f8a737fc06f329b70cc, reversing changes made to 1918557e787da22766797f4354c1af13de06a09e. --- BasiliskII/src/Unix/configure.ac | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BasiliskII/src/Unix/configure.ac b/BasiliskII/src/Unix/configure.ac index 1ec6c7ea..2f233d7a 100644 --- a/BasiliskII/src/Unix/configure.ac +++ b/BasiliskII/src/Unix/configure.ac @@ -569,6 +569,9 @@ case "$host" in *-*-hpux10.26) disable_ptmx_check=yes ;; +*-*-linux*) + no_dev_ptmx=1 + ;; mips-sony-bsd|mips-sony-newsos4) AC_DEFINE(HAVE_NEWS4, 1, [Define if you are on NEWS-OS (additions from openssh-3.2.2p1, for sshpty.c).]) ;; @@ -582,6 +585,7 @@ mips-sony-bsd|mips-sony-newsos4) no_dev_ptmx=1 ;; *-*-darwin*) + no_dev_ptmx=1 LIBS="$LIBS -lstdc++" ;; *-*-freebsd*)