]> granicus.if.org Git - apache/commitdiff
To early, not enough drugs, sorry for the noise.
authorRainer Jung <rjung@apache.org>
Tue, 14 Feb 2012 07:14:26 +0000 (07:14 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 14 Feb 2012 07:14:26 +0000 (07:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243799 13f79535-47bb-0310-9956-ffa450edef68

configure.in

index 112f551816d0f4673f5d1179cd059d4be07d9503..26ba03ba4459835cfbf57e3cd90cb0b77d0c801b 100644 (file)
@@ -87,7 +87,6 @@ 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
   if test ! -d srclib/apr && test ! -d $srcdir/srclib/apr; then
     AC_MSG_ERROR([Bundled APR requested but not found at ./srclib/. Download and unpack the corresponding apr and apr-util packages to ./srclib/.])
   fi