summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2020-08-02 12:31:23 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2020-08-02 12:32:37 -0400
commitf358f04bdcde67e3e0077ba4d6dc7d8d469aea1d (patch)
treed735c52156ab943c363371e570d3306684a978fa /SConstruct
parent17b378c00e46a4168ed8c5b4978e74c0fe831253 (diff)
downloadlighttpd-git-f358f04bdcde67e3e0077ba4d6dc7d8d469aea1d.tar.gz
[build] SCons build mod_deflate w/ libm for brotli
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct3
1 files changed, 1 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 2184fc9f..7ea178fd 100644
--- a/SConstruct
+++ b/SConstruct
@@ -280,7 +280,7 @@ env = Environment(
env.Help(vars.GenerateHelpText(env))
-if env.subst('${CC}') is not '':
+if env.subst('${CC}') != '':
env['CC'] = env.subst('${CC}')
env['package'] = package
@@ -507,7 +507,6 @@ if 1:
fail("Couldn't find libbrotlienc")
autoconf.env.Append(
CPPFLAGS = [ '-DHAVE_BROTLI_ENCODE_H', '-DHAVE_BROTLI' ],
- LIBS = [ 'm' ],
)
if env['with_dbi']: