summaryrefslogtreecommitdiff
path: root/lib/replace/wscript
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-22 18:38:54 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:00 +1000
commitf429e621d98a7f5275c01556993d0abbbe3e8dc7 (patch)
tree3bb4b21f21c37df310c57731c1d5e3c975694df4 /lib/replace/wscript
parent570847054cb0d9b257d794b8f4dce38ddc5fe679 (diff)
downloadsamba-f429e621d98a7f5275c01556993d0abbbe3e8dc7.tar.gz
samba-f429e621d98a7f5275c01556993d0abbbe3e8dc7.tar.bz2
samba-f429e621d98a7f5275c01556993d0abbbe3e8dc7.zip
build: added checks for solaris getXXent_r() functions
Diffstat (limited to 'lib/replace/wscript')
-rw-r--r--lib/replace/wscript3
1 files changed, 3 insertions, 0 deletions
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()