summaryrefslogtreecommitdiff
path: root/build/find_apr.m4
diff options
context:
space:
mode:
authorcolm <colm@13f79535-47bb-0310-9956-ffa450edef68>2005-12-16 17:54:38 +0000
committercolm <colm@13f79535-47bb-0310-9956-ffa450edef68>2005-12-16 17:54:38 +0000
commit446678b2c142ebe65283d84d0a4c88726401159f (patch)
treee35b77286a1a41b4c9bd48f552144c612060c023 /build/find_apr.m4
parentd1cbdc9f4eb5f946da55e62d332c02c0a2738312 (diff)
downloadlibapr-446678b2c142ebe65283d84d0a4c88726401159f.tar.gz
Change the warning messages as per Joe's much better suggestion.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@357198 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'build/find_apr.m4')
-rw-r--r--build/find_apr.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/build/find_apr.m4 b/build/find_apr.m4
index 28fc8284f..fea037e2a 100644
--- a/build/find_apr.m4
+++ b/build/find_apr.m4
@@ -149,7 +149,7 @@ AC_DEFUN([APR_FIND_APR], [
apr_acceptable="yes"
$5
if test "$apr_acceptable" != "yes"; then
- AC_MSG_WARN([Found APR in $apr_config, but we think it's bad])
+ AC_MSG_WARN([skipped APR at $apr_config, version not acceptable])
continue
fi])
apr_found="yes"
@@ -163,7 +163,7 @@ AC_DEFUN([APR_FIND_APR], [
apr_acceptable="yes"
$5
if test "$apr_acceptable" != "yes"; then
- AC_MSG_WARN([Found APR in $apr_config, but we think it's bad])
+ AC_MSG_WARN([skipped APR at $apr_config, version not acceptable])
continue
fi])
apr_found="yes"