waf: Factor checking for undefined symbol flags out into separate method.
[ddiss/samba.git] / lib / talloc / wscript
index 72e954ad6505aacdded7bc2cf8e368b45edf3e2e..447406bf6e7a4be320f32c9a2f5d5b4e2db01fe5 100644 (file)
@@ -67,6 +67,8 @@ def configure(conf):
 
     conf.SAMBA_CONFIG_H()
 
+    conf.SAMBA_CHECK_UNDEFINED_SYMBOL_FLAGS()
+
 
 def build(bld):
     bld.RECURSE('lib/replace')