From: Richard Basch Date: Tue, 27 Dec 1994 19:48:34 +0000 (+0000) Subject: * configure.in X-Git-Tag: krb5-1.0-beta5~892 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=58561bbd76fde8368166450a3253d0a50b5915b4;p=krb5.git * 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 --- 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)