diff options
author | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-24 19:49:05 +0000 |
---|---|---|
committer | trawick <trawick@13f79535-47bb-0310-9956-ffa450edef68> | 2001-01-24 19:49:05 +0000 |
commit | ee3ee22c64bdf8ff3157bcf5af9600b27510424b (patch) | |
tree | 21f76cf76095fde2578f2b5d6061d6060fcb6813 /configure.in | |
parent | d30328e59241bd9e3e0dbd13a2adca007409f8f2 (diff) | |
download | libapr-ee3ee22c64bdf8ff3157bcf5af9600b27510424b.tar.gz |
get the wording and formatting of a couple of messages more consistent
with other configure messages
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61120 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 7b397bede..db3f14424 100644 --- a/configure.in +++ b/configure.in @@ -783,7 +783,7 @@ fi 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=yes ] , [ have_in_addr="0" 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" |