From ed2941ba3d59ca7f043583a36582e2d5cdee65fe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 5 May 2010 15:16:26 +0200 Subject: build: added configure test for inline --- buildtools/wafsamba/wscript | 2 ++ 1 file changed, 2 insertions(+) (limited to 'buildtools/wafsamba/wscript') 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') -- cgit