|
Line 0
Link Here
|
|
|
1 |
--- configure.ac.orig 2014-11-14 14:48:11 UTC |
| 2 |
+++ configure.ac |
| 3 |
@@ -212,7 +212,7 @@ AC_CACHE_CHECK(for pty/tty type, ptyttyl |
| 4 |
AC_CHECK_HEADERS([pty.h]) |
| 5 |
else if test x$ac_cv_func__getpty = xyes; then |
| 6 |
ptyttylib_cv_ptys=SGI4 |
| 7 |
- else if test -c /dev/ttyp20 -a ! -c /dev/ptmx; then |
| 8 |
+ else if test -c /dev/ttyp20 -a ! -c /nonexistent; then |
| 9 |
ptyttylib_cv_ptys=SCO |
| 10 |
else if test -c /dev/ptym/clone; then |
| 11 |
ptyttylib_cv_ptys=HPUX |
| 12 |
@@ -222,7 +222,7 @@ AC_CACHE_CHECK(for pty/tty type, ptyttyl |
| 13 |
ptyttylib_cv_ptys=PTC |
| 14 |
else if test -c /dev/ptc -a -d /dev/pts; then |
| 15 |
ptyttylib_cv_ptys=PTC |
| 16 |
- else if test -c /dev/ptmx -a -c /dev/pts/0; then |
| 17 |
+ else if test -c /nonexistent -a -c /dev/pts/0; then |
| 18 |
ptyttylib_cv_ptys=STREAMS |
| 19 |
else case "$host_os" in |
| 20 |
*cygwin*) ptyttylib_cv_ptys=STREAMS ;; |