summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1994-12-27 19:48:34 +0000
committerRichard Basch <probe@mit.edu>1994-12-27 19:48:34 +0000
commit58561bbd76fde8368166450a3253d0a50b5915b4 (patch)
tree98a59b40d27f4fa29520875ce2568af89455445f /src
parent0d7ffae9e4835a411ebaf63bc9f2167c20154eab (diff)
* configure.in
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
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/configure.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/appl/bsd/configure.in b/src/appl/bsd/configure.in
index d0fb58f29..c27bbdf5a 100644
--- a/src/appl/bsd/configure.in
+++ b/src/appl/bsd/configure.in
@@ -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)