You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2012/02/14 08:14:26 UTC

svn commit: r1243799 - /httpd/httpd/trunk/configure.in

Author: rjung
Date: Tue Feb 14 07:14:26 2012
New Revision: 1243799

URL: http://svn.apache.org/viewvc?rev=1243799&view=rev
Log:
To early, not enough drugs, sorry for the noise.

Modified:
    httpd/httpd/trunk/configure.in

Modified: httpd/httpd/trunk/configure.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/configure.in?rev=1243799&r1=1243798&r2=1243799&view=diff
==============================================================================
--- httpd/httpd/trunk/configure.in (original)
+++ httpd/httpd/trunk/configure.in Tue Feb 14 07:14:26 2012
@@ -87,7 +87,6 @@ APACHE_HELP_STRING(--with-included-apr,U
 
 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