diff options
author | Sander Striker <striker@apache.org> | 2002-07-04 17:08:40 +0200 |
---|---|---|
committer | Sander Striker <striker@apache.org> | 2002-07-04 17:08:40 +0200 |
commit | a036054d5986a389adf411655eb4d14733bf5ccc (patch) | |
tree | c80bde980f2d6217ed5ff6fb36be6b51c77cd9c7 | |
parent | New Japanese translation. (diff) | |
download | apache2-a036054d5986a389adf411655eb4d14733bf5ccc.tar.xz apache2-a036054d5986a389adf411655eb4d14733bf5ccc.zip |
Make the mime types configuration file path relative to {sysconfdir},
just like the other config files.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95953 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in index 5bfbdaffda..ff4e615970 100644 --- a/configure.in +++ b/configure.in @@ -477,6 +477,8 @@ AC_DEFINE_UNQUOTED(HTTPD_ROOT, "${ap_prefix}", [Root directory of the Apache install area]) 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]) |