summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2021-08-27 01:15:59 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2021-09-08 15:06:07 -0400
commitcd738d4daa0f36f37d1f73c84991c0ccf4433394 (patch)
tree0d7318d91880ab797c3a72bf5e208d57c0d465df /SConstruct
parent1a8d8e0ca519b49d9e5be57e5dd5c774dbacdeca (diff)
downloadlighttpd-git-cd738d4daa0f36f37d1f73c84991c0ccf4433394.tar.gz
[build] propagate HAVE_DLFCN_H in builds
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 1 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 0b0e64ef..379c94fb 100644
--- a/SConstruct
+++ b/SConstruct
@@ -367,6 +367,7 @@ if 1:
autoconf.haveCHeaders([
'arpa/inet.h',
'crypt.h',
+ 'dlfcn.h',
'fcntl.h',
'getopt.h',
'inttypes.h',