1
0
mirror of https://github.com/apache/httpd.git synced 2025-11-08 04:22:21 +03:00
Files
apache/modules/ldap/config.m4
2009-08-28 01:27:46 +00:00

19 lines
523 B
Plaintext

dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
APACHE_MODPATH_INIT(ldap)
ldap_objects="util_ldap.lo util_ldap_cache.lo util_ldap_cache_mgr.lo"
APACHE_MODULE(ldap, LDAP caching and connection pooling services, $ldap_objects, , no, [
if test -z "$apu_config" ; then
MOD_LDAP_LDADD="`$apr_config --ldap-libs`"
else
MOD_LDAP_LDADD="`$apu_config --ldap-libs`"
fi
AC_SUBST(MOD_LDAP_LDADD)
])
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])
APACHE_MODPATH_FINISH