From 1cfc330156fd3afb6972f6461939817f56e9d435 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 23 Feb 2010 08:28:29 +1100 Subject: build: allow override of config.h location --- lib/replace/wafsamba.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/replace') diff --git a/lib/replace/wafsamba.py b/lib/replace/wafsamba.py index e1fae62119..96e8e7645d 100644 --- a/lib/replace/wafsamba.py +++ b/lib/replace/wafsamba.py @@ -53,7 +53,7 @@ def CHECK_FUNCS_IN(conf, list, library): @conf def SAMBA_CONFIG_H(conf, path='config.h'): if os.path.normpath(conf.curdir) == os.path.normpath(os.environ.get('PWD')): - conf.write_config_header(path, top=True) + conf.write_config_header(path) ############################################################## -- cgit