summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-05-05 15:16:26 +0200
committerAndrew Tridgell <tridge@samba.org>2010-05-05 16:14:13 +0200
commited2941ba3d59ca7f043583a36582e2d5cdee65fe (patch)
tree7fb87c46d6c2fdfcd7757378a5a28a00bdca2012 /buildtools/wafsamba/wscript
parent20d77705cece08ae5bebeca77db1f467d436748e (diff)
downloadsamba-ed2941ba3d59ca7f043583a36582e2d5cdee65fe.tar.gz
samba-ed2941ba3d59ca7f043583a36582e2d5cdee65fe.tar.bz2
samba-ed2941ba3d59ca7f043583a36582e2d5cdee65fe.zip
build: added configure test for inline
Diffstat (limited to 'buildtools/wafsamba/wscript')
-rw-r--r--buildtools/wafsamba/wscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/buildtools/wafsamba/wscript b/buildtools/wafsamba/wscript
index 0413bb4b0e..c8872eb795 100644
--- a/buildtools/wafsamba/wscript
+++ b/buildtools/wafsamba/wscript
@@ -220,6 +220,8 @@ def configure(conf):
# we should use the PIC options in waf instead
conf.ADD_CFLAGS('-fPIC', testflags=True)
+ conf.CHECK_INLINE()
+
# check for pkgconfig
conf.check_cfg(atleast_pkgconfig_version='0.0.0')