variable which indicates if sys/streams.h exists.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11362
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu Apr 15 17:02:49 1999 Theodore Y. Ts'o <tytso@mit.edu>
+
+ * configure.in: Fix typo in test below; fixed name of the autoconf
+ cache variable which indicates if sys/streams.h exists.
+
1999-04-13 <tytso@rsts-11.mit.edu>
* configure.in: Check for setupterm() in libncurses in addition to
libcurses. Only set STREAMSPTY if both grantpt and
- sys/stremas.h exists. (Will be needed for Linux/Redhat 6.0)
+ sys/streams.h exists. (Will be needed for Linux/Redhat 6.0)
Wed Mar 31 00:05:58 1999 Tom Yu <tlyu@mit.edu>
broken_streams=yes
;;
esac
-if test -z "$broken_streams" -a "$ac_cv_header_sys_stream" = yes; then
+if test -z "$broken_streams" -a "$ac_cv_header_sys_stream_h" = yes; then
AC_FUNC_CHECK(grantpt,AC_DEFINE(STREAMSPTY))
fi
AC_MSG_CHECKING([if setpgrp takes two arguments])