summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/replace/wafsamba.py2
1 files changed, 1 insertions, 1 deletions
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)
##############################################################