From 7723519cf7544382069c7f77f915ebe9fe236efe Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 22 Feb 2010 11:59:23 +1100 Subject: build: SAMBA_BUILD_ENV() is now in conf.* --- lib/replace/wscript | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/replace/wscript') diff --git a/lib/replace/wscript b/lib/replace/wscript index 5c1975bf5f..04665a0ec1 100644 --- a/lib/replace/wscript +++ b/lib/replace/wscript @@ -148,14 +148,13 @@ main() { foo("hello"); } msg="Checking for C99 vsnprintf") conf.SAMBA_CONFIG_H() + conf.SAMBA_BUILD_ENV() def build(bld): bld.set_rpath() REPLACE_SOURCE = 'replace.c snprintf.c' - bld.SAMBA_BUILD_ENV() - bld.SAMBA_LIBRARY('replace', REPLACE_SOURCE) -- cgit