diff options
author | Jeff Trawick <trawick@apache.org> | 2009-03-31 13:34:49 +0200 |
---|---|---|
committer | Jeff Trawick <trawick@apache.org> | 2009-03-31 13:34:49 +0200 |
commit | 0d2cef82b346b31b13f2d87ce4950b115a3f23e9 (patch) | |
tree | c233ff6f443079c57e6d1f1034557e13b8d19948 /configure.in | |
parent | http://marc.info/?l=apache-httpd-dev&m=123845333914309&w=2 (diff) | |
download | apache2-0d2cef82b346b31b13f2d87ce4950b115a3f23e9.tar.xz apache2-0d2cef82b346b31b13f2d87ce4950b115a3f23e9.zip |
stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessary, and it
makes no sense with loadable MPMs
axe the unnecessary MPM_DIR build variable
move the stray APACHE_SUBST(MPM_LIB) from configure.in to server/mpm/config.m4, where
the other MPM_foos are handled
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@760403 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.in b/configure.in index 45083891c4..3b180d26c7 100644 --- a/configure.in +++ b/configure.in @@ -538,7 +538,6 @@ dnl reading config stubs esyscmd(./build/config-stubs .) APACHE_SUBST(progname) -APACHE_SUBST(MPM_LIB) APACHE_SUBST(OS) APACHE_SUBST(OS_DIR) APACHE_SUBST(BUILTIN_LIBS) @@ -677,8 +676,6 @@ AC_DEFINE_UNQUOTED(SERVER_CONFIG_FILE, "${rel_sysconfdir}/${progname}.conf", [Location of the config file, relative to the Apache root directory]) AC_DEFINE_UNQUOTED(AP_TYPES_CONFIG_FILE, "${rel_sysconfdir}/mime.types", [Location of the MIME types config file, relative to the Apache root directory]) -AC_DEFINE_UNQUOTED(APACHE_MPM_DIR, "$MPM_DIR", - [Location of the source for the current MPM]) perlbin=`$ac_aux_dir/PrintPath perl` if test "x$perlbin" = "x"; then |