summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorJim Jagielski <jim@apache.org>2012-02-08 13:48:19 +0000
committerJim Jagielski <jim@apache.org>2012-02-08 13:48:19 +0000
commitc00b8d7da116293350181e91c66b547bc26aeee8 (patch)
tree6fe53f7d196681276f44757f3ebb340336ca6773 /configure.in
parente2b47e86e7ad9ae4ec377a6eb1d639813f203437 (diff)
downloadhttpd-c00b8d7da116293350181e91c66b547bc26aeee8.tar.gz
Correct the --with_included_apr error message. We no longer provide
an included/bundled version of apr/apu for the convenience of our users. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1241897 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 138c5f2ce9..326b8bb5be 100644
--- a/configure.in
+++ b/configure.in
@@ -88,7 +88,7 @@ APACHE_HELP_STRING(--with-included-apr,Use bundled copies of APR/APR-Util))
if test "x$with_included_apr" = "xyes"; then
apr_found=reconfig
if test ! -d srclib/apr; then
- AC_MSG_ERROR([Bundled APR requested but not found at srclib/apr. Download and unpack the corresponding httpd-${HTTPD_VERSION}-deps package over this one.])
+ AC_MSG_ERROR([Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/.])
fi
else
APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1, 1 2)