summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-01-29 16:21:51 -0500
committerGlenn Strauss <gstrauss@gluelogic.com>2021-01-29 16:21:51 -0500
commitf885498b466697b35c915830371aa8c51cd5e00a (patch)
treeda8fdfc934c4fa293e6692cac16b3694ea1db5f4 /SConstruct
parent1098de533a7e8f67b44472617378208b49d0ed02 (diff)
downloadlighttpd-git-f885498b466697b35c915830371aa8c51cd5e00a.tar.gz
[build] fix typo in SConstruct (fixes #3061)
(thx eryretqwewrqr) x-ref: "NameError ins SConstruct" https://redmine.lighttpd.net/issues/3061
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct2
1 files changed, 1 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 1873a603..39cfb718 100644
--- a/SConstruct
+++ b/SConstruct
@@ -523,7 +523,7 @@ if 1:
LIBDBI = 'dbi',
)
- if env['with_fam'] and not self.CheckCHeader('sys/inotify.h'):
+ if env['with_fam'] and not autoconf.CheckCHeader('sys/inotify.h'):
if not autoconf.CheckLibWithHeader('fam', 'fam.h', 'C'):
fail("Couldn't find fam")
autoconf.env.Append(