[SCons] define with_krb5 for SCons build

personal/stbuehler/mod-csrf-old
Glenn Strauss 2016-09-23 00:56:43 -04:00
parent e9ee22c204
commit 4ba57b2f67
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ vars.AddVariables(
BoolVariable('with_bzip2', 'enable bzip2 compression', 'no'),
BoolVariable('with_lua', 'enable lua support for mod_cml', 'no'),
BoolVariable('with_ldap', 'enable ldap auth support', 'no'))
BoolVariable('with_krb5', 'enable krb5 auth support', 'no'))
env = Environment(
ENV = os.environ,