comparison configure.in @ 26214:d11ad723a659

* configure.in: Check for dynamic ptys (/dev/ptmx, /dev/pts/).
author Gerd Moellmann <gerd@gnu.org>
date Wed, 27 Oct 1999 10:24:13 +0000
parents bfa8d94330b6
children 78660eeae4b2
comparison
equal deleted inserted replaced
26213:5c38db0e622c 26214:d11ad723a659
1879 1879
1880 if test -f /usr/lpp/X11/bin/smt.exp; then 1880 if test -f /usr/lpp/X11/bin/smt.exp; then
1881 AC_DEFINE(HAVE_AIX_SMT_EXP) 1881 AC_DEFINE(HAVE_AIX_SMT_EXP)
1882 fi 1882 fi
1883 1883
1884 AC_MSG_CHECKING(whether system supports dynamic ptys)
1885 if test -d /dev/pts && ls -d /dev/ptmx > /dev/null 2>&1 ; then
1886 AC_MSG_RESULT(yes)
1887 AC_DEFINE(HAVE_DEV_PTMX)
1888 else
1889 AC_MSG_RESULT(no)
1890 fi
1891
1884 # Set up the CFLAGS for real compilation, so we can substitute it. 1892 # Set up the CFLAGS for real compilation, so we can substitute it.
1885 CFLAGS="$REAL_CFLAGS" 1893 CFLAGS="$REAL_CFLAGS"
1886 1894
1887 changequote(, )dnl 1895 changequote(, )dnl
1888 #### Find out which version of Emacs this is. 1896 #### Find out which version of Emacs this is.