summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGES3
-rw-r--r--configure.in2
2 files changed, 1 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index f1f159e87b..52bc4cdd88 100644
--- a/CHANGES
+++ b/CHANGES
@@ -40,9 +40,6 @@ Changes with Apache 2.0.44
*) Add version string to provider API. [Justin Erenkrantz]
- *) build: './configure && make' now works without an in-tree
- apr and apr-util. [Wilfredo Sanchez]
-
*) mod_negotiation: Set the appropriate mime response headers
(Content-Type, charset, Content-Language and Content-Encoding)
for negotated type-map "Body:" responses (such as the error
diff --git a/configure.in b/configure.in
index d26594354a..c99085e3db 100644
--- a/configure.in
+++ b/configure.in
@@ -8,7 +8,7 @@ AC_PREREQ(2.13)
AC_INIT(ABOUT_APACHE)
AC_CONFIG_HEADER(include/ap_config_auto.h)
-AC_CONFIG_AUX_DIR(build)
+AC_CONFIG_AUX_DIR(srclib/apr/build)
dnl #
dnl # Include our own M4 macros along with those for APR and libtool