diff options
author | Ryan Bloom <rbb@apache.org> | 2000-06-13 03:22:06 +0200 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-06-13 03:22:06 +0200 |
commit | a1a3b578a584f169d0175749eb67889e9d7de48f (patch) | |
tree | def6193ffda4c6f32c15eabdecedcc5b961c7e89 /modules/proxy/config.m4 | |
parent | Stop checking for Shared Memory. This function is actually no longer (diff) | |
download | apache2-a1a3b578a584f169d0175749eb67889e9d7de48f.tar.xz apache2-a1a3b578a584f169d0175749eb67889e9d7de48f.zip |
Fix the configuration process. If no modules are specified in a given
directory, then that directory is no longer added to the build process.
Also, I have added a .cvsignore to the file_cache directory and removed
a generated file from this directory. Finally, I have removed
some unnecessary checks from the config.m4 files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85561 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/proxy/config.m4')
-rw-r--r-- | modules/proxy/config.m4 | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/modules/proxy/config.m4 b/modules/proxy/config.m4 index ca175774bd..5b5dc45733 100644 --- a/modules/proxy/config.m4 +++ b/modules/proxy/config.m4 @@ -12,21 +12,6 @@ APACHE_MODPATH_INIT(proxy) APACHE_CHECK_PROXY_MODULE(proxy, , no) -dnl APACHE_CHECK_STANDARD_MODULE(auth_db, , no, [ -dnl AC_CHECK_HEADERS(db.h) -dnl AC_CHECK_LIB(db,main) -dnl ]) - -dnl APACHE_CHECK_STANDARD_MODULE(usertrack, , no, [ -dnl AC_CHECK_HEADERS(sys/times.h) -dnl AC_CHECK_FUNCS(times) -dnl ]) - APACHE_MODPATH_FINISH -if test "$sharedobjs" = "yes"; then - LIBS="$LIBS -ldl" - LTFLAGS="$LTFLAGS -export-dynamic" -fi - APACHE_SUBST(STANDARD_LIBS) |