[build] fix typo in SConstruct (fixes #3061)

(thx eryretqwewrqr)

x-ref:
  "NameError ins SConstruct"
  https://redmine.lighttpd.net/issues/3061
master
Glenn Strauss 2 years ago
parent 1098de533a
commit f885498b46

@ -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(

Loading…
Cancel
Save