Changed the HAVE_STREAMS macro to not try <sys/tty.h>
Corrected the text for the setpgrp arguments check
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4761
dc483132-0cff-0310-8789-
dd5450dbe970
dnl
AC_MSG_CHECKING([streams interface])
AC_TRY_COMPILE(
-[#include <sys/tty.h>
-#include <sys/stream.h>
+[#include <sys/stream.h>
#include <sys/stropts.h>], [],
[AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_STREAMS)],
[#include <unistd.h>],[setpgrp(0,0)],
[AC_MSG_RESULT(two)
AC_DEFINE(SETPGRP_TWOARG)],
-AC_MSG_RESULT(one))
+AC_MSG_RESULT(void))
dnl
dnl
ADD_DEF(-DKERBEROS)