From f429e621d98a7f5275c01556993d0abbbe3e8dc7 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 Mar 2010 18:38:54 +1100 Subject: build: added checks for solaris getXXent_r() functions --- lib/replace/wscript | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/replace/wscript') diff --git a/lib/replace/wscript b/lib/replace/wscript index 5590821e15..6d7ba542f8 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -339,6 +339,9 @@ def configure(conf): define='REPLACE_GETPASS', cflags='-DNO_CONFIG_H') + conf.sub_config('system') + + def build(bld): bld.set_rpath() -- cgit