summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-15 18:48:59 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:26:49 +1000
commit7cd9a6be35ca50fb6e85b9507a9e7dc377ed65da (patch)
treeb5542eec482e637b052a00fce463a6465f404022
parent39ac32e54ac2043fb8f567a5f50fb32bf754098d (diff)
downloadsamba-7cd9a6be35ca50fb6e85b9507a9e7dc377ed65da.tar.gz
samba-7cd9a6be35ca50fb6e85b9507a9e7dc377ed65da.tar.bz2
samba-7cd9a6be35ca50fb6e85b9507a9e7dc377ed65da.zip
build: fixed cflags in CHECK_CODE
-rw-r--r--buildtools/wafsamba/samba_autoconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_autoconf.py b/buildtools/wafsamba/samba_autoconf.py
index b3b9c09d33..0ce08ee1b9 100644
--- a/buildtools/wafsamba/samba_autoconf.py
+++ b/buildtools/wafsamba/samba_autoconf.py
@@ -206,7 +206,7 @@ def CHECK_CODE(conf, code, define,
execute=execute,
define_name = define,
mandatory = mandatory,
- samba_cflags=TO_LIST(cflags),
+ ccflags=TO_LIST(cflags),
includes=includes,
msg=msg):
conf.DEFINE(define, 1)