From trawick@apache.org Wed Jan 24 19:49:06 2001 Return-Path: Mailing-List: contact cvs-help@apr.apache.org; run by ezmlm Delivered-To: mailing list cvs@apr.apache.org Received: (qmail 96136 invoked by uid 1121); 24 Jan 2001 19:49:06 -0000 Date: 24 Jan 2001 19:49:06 -0000 Message-ID: <20010124194906.96135.qmail@apache.org> From: trawick@apache.org To: apr-cvs@apache.org Subject: cvs commit: apr configure.in trawick 01/01/24 11:49:06 Modified: . configure.in Log: get the wording and formatting of a couple of messages more consistent with other configure messages Revision Changes Path 1.215 +2 -2 apr/configure.in Index: configure.in =================================================================== RCS file: /home/cvs/apr/configure.in,v retrieving revision 1.214 retrieving revision 1.215 diff -u -r1.214 -r1.215 --- configure.in 2001/01/23 20:25:48 1.214 +++ configure.in 2001/01/24 19:49:05 1.215 @@ -783,7 +783,7 @@ dnl #----------------------------- Checking for Networking Support echo $ac_n "${nl}Checking for Networking support...${nl}" -AC_MSG_CHECKING(looking for in_addr in netinet/in.h) +AC_MSG_CHECKING(for in_addr in netinet/in.h) AC_TRY_COMPILE([ #include #include @@ -795,7 +795,7 @@ msg=no ]) AC_MSG_RESULT([$msg]) -echo $ac_n "checking if fd == socket on this platform... " +AC_MSG_CHECKING("if fd == socket on this platform") if test "x$file_as_socket" = "x" ; then file_as_socket="1"; echo "yes"