Author: jim
Date: Wed Feb  8 13:48:19 2012
New Revision: 1241897

URL: http://svn.apache.org/viewvc?rev=1241897&view=rev
Log:
Correct the --with_included_apr error message. We no longer provide
an included/bundled version of apr/apu for the convenience of
our users.

Modified:
     httpd/httpd/branches/2.4.x/configure.in

Modified: httpd/httpd/branches/2.4.x/configure.in
URL: 
http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/configure.in?rev=1241897&r1=1241896&r2=1241897&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/configure.in (original)
+++ httpd/httpd/branches/2.4.x/configure.in Wed Feb  8 13:48:19 2012
@@ -88,7 +88,7 @@ APACHE_HELP_STRING(--with-included-apr,U
  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/.])


Hm. Don't we need to mention that the directories should be named apr / 
apr-util whereas untaring the apr / apr-util
sources results in apr-<version> / apr-util-<version> directories.

Regards

Rüdiger







Reply via email to