From 58561bbd76fde8368166450a3253d0a50b5915b4 Mon Sep 17 00:00:00 2001 From: Richard Basch Date: Tue, 27 Dec 1994 19:48:34 +0000 Subject: [PATCH] * configure.in Changed the HAVE_STREAMS macro to not try 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 | 5 ++--- 1 file 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 -#include +[#include #include ], [], [AC_MSG_RESULT(yes) AC_DEFINE(HAVE_STREAMS)], @@ -108,7 +107,7 @@ AC_TRY_COMPILE( [#include ],[setpgrp(0,0)], [AC_MSG_RESULT(two) AC_DEFINE(SETPGRP_TWOARG)], -AC_MSG_RESULT(one)) +AC_MSG_RESULT(void)) dnl dnl ADD_DEF(-DKERBEROS) -- 2.26.2