[build] fix SCons build for mod_authn_pam

personal/stbuehler/fix-fdevent
Glenn Strauss 2018-09-24 02:03:19 -04:00
parent 65fcd7810f
commit 6edd040b22
1 changed files with 1 additions and 0 deletions

View File

@ -251,6 +251,7 @@ vars.AddVariables(
BoolVariable('with_memcached', 'enable memcached support', 'no'),
PackageVariable('with_mysql', 'enable mysql support', 'no'),
BoolVariable('with_openssl', 'enable openssl support', 'no'),
BoolVariable('with_pam', 'enable PAM auth support', 'no'),
PackageVariable('with_pcre', 'enable pcre support', 'yes'),
PackageVariable('with_pgsql', 'enable pgsql support', 'no'),
PackageVariable('with_sasl', 'enable SASL support', 'no'),