summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-07-15 02:18:37 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-07-16 00:29:43 -0400
commitfed2ecae19a5eacd8a973d0788a96b27fd1778d1 (patch)
tree747f46857222578deb2c11e290a0c60544f7e374 /configure.ac
parentdba4a328c2f1d647d9258ddd6356d25d561f470f (diff)
downloadlighttpd-git-fed2ecae19a5eacd8a973d0788a96b27fd1778d1.tar.gz
[mod_authn_dbi] authn backend employing DBI
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 3faf4d0d..12224ff6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1648,7 +1648,7 @@ lighty_track_feature "mysql" "mod_authn_mysql mod_mysql_vhost mod_vhostdb_mysql"
lighty_track_feature "postgresql" "mod_vhostdb_pgsql" \
'test "$WITH_PGSQL" != no'
-lighty_track_feature "dbi" "mod_vhostdb_dbi" \
+lighty_track_feature "dbi" "mod_authn_dbi mod_vhostdb_dbi" \
'test "$WITH_DBI" != no'
lighty_track_feature "lua" "mod_cml mod_magnet" \