build: added configure test for inline
[sfrench/samba-autobuild/.git] / buildtools / wafsamba / wscript
index 0413bb4b0e2a1c1d232ac5d2157c62b4c5d743ba..c8872eb79551d2f5dd2d2ab7141d439ff754c749 100644 (file)
@@ -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')