summaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorSander Striker <striker@apache.org>2002-07-04 17:08:40 +0200
committerSander Striker <striker@apache.org>2002-07-04 17:08:40 +0200
commita036054d5986a389adf411655eb4d14733bf5ccc (patch)
treec80bde980f2d6217ed5ff6fb36be6b51c77cd9c7 /configure.in
parentNew Japanese translation. (diff)
downloadapache2-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
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
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])