From: Rainer Jung Date: Tue, 14 Feb 2012 07:14:26 +0000 (+0000) Subject: To early, not enough drugs, sorry for the noise. X-Git-Tag: 2.5.0-alpha~7463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2b47c1d3bae84070a889665d9be05ba83336cc70;p=apache To early, not enough drugs, sorry for the noise. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1243799 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/configure.in b/configure.in index 112f551816..26ba03ba44 100644 --- a/configure.in +++ b/configure.in @@ -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