* configure.in
authorRichard Basch <probe@mit.edu>
Tue, 27 Dec 1994 19:48:34 +0000 (19:48 +0000)
committerRichard Basch <probe@mit.edu>
Tue, 27 Dec 1994 19:48:34 +0000 (19:48 +0000)
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

src/appl/bsd/configure.in

index d0fb58f29a464be25f91819129ae1542d9218667..c27bbdf5a0a0fb34b559339101552a3206af5ab2 100644 (file)
@@ -67,8 +67,7 @@ dnl
 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)],
@@ -108,7 +107,7 @@ AC_TRY_COMPILE(
 [#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)