summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2012-02-14 07:14:26 +0000
committerRainer Jung <rjung@apache.org>2012-02-14 07:14:26 +0000
commit2b47c1d3bae84070a889665d9be05ba83336cc70 (patch)
treec8f2c7576ba0a29a9ae54ed62f6ad861dcbc9d29 /configure.in
parent969762d30ee83147d467d46d826f7cae432b458b (diff)
downloadhttpd-2b47c1d3bae84070a889665d9be05ba83336cc70.tar.gz
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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in1
1 files changed, 0 insertions, 1 deletions
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