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 <sys/types.h>
#include <netinet/in.h>
@@ -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"