mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00

and apr-util, allow it to be overridden by the configure command-line (default="--silent") and introduce LT_LDFLAGS to replace what we were formally abusing as LTFLAGS. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89094 13f79535-47bb-0310-9956-ffa450edef68
12 lines
277 B
Plaintext
12 lines
277 B
Plaintext
dnl modules enabled in this directory by default
|
|
|
|
dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
|
|
|
|
APACHE_MODPATH_INIT(filters)
|
|
|
|
APACHE_MODULE(include, Server Side Includes, , , yes)
|
|
|
|
APR_ADDTO(LT_LDFLAGS,-export-dynamic)
|
|
|
|
APACHE_MODPATH_FINISH
|