diff options
author | Ryan Bloom <rbb@apache.org> | 2000-06-28 18:31:02 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-06-28 18:31:02 +0200 |
commit | 766b60213d79261d0c7fa198d2ab09a8e5568ef4 (patch) | |
tree | 81712afdd3f6eb42baf3162b69b9ff91ceeeffaa /configure.in | |
parent | Update mod_file_cache to use ap_core_translate. mod_file_cache is essentiall... (diff) | |
download | apache2-766b60213d79261d0c7fa198d2ab09a8e5568ef4.tar.xz apache2-766b60213d79261d0c7fa198d2ab09a8e5568ef4.zip |
Finish the Configuration cleanup. This basically merges all of the
autoconf scripts that APR provides for other programs into apr_common.m4.
Other programs can then just include that file to get the APR checks that
are required.
Submitted by: Sascha Schumann <sascha@schumann.cx>
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85725 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index c47350d5bb..fe7e37dc81 100644 --- a/configure.in +++ b/configure.in @@ -163,7 +163,7 @@ dnl ## or disable threads), while still allowing APR to run and generate dnl ## APRVARS before Apache generates it's Makefiles and the related files. dnl ## This allows APR to detect libraries like dl and tell Apache that it dnl ## needs to include or not include them. -APACHE_RUN_SUBDIR_CONFIG_NOW(lib/apr) +RUN_SUBDIR_CONFIG_NOW(lib/apr) . ./lib/apr/APRVARS APACHE_GEN_CONFIG_VARS |