summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_pidl.py
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-12-10 23:47:54 +0300
committerMatthieu Patou <mat@samba.org>2010-12-10 22:34:45 +0100
commita1db341e4603cbd605eab7f1d4d4abe246468670 (patch)
treedf2aacd8fb319dc76027f183fe1ac033c1538c34 /buildtools/wafsamba/samba_pidl.py
parent6875a611a71bf6d1623fc62361fc8b145b1f6559 (diff)
downloadsamba-a1db341e4603cbd605eab7f1d4d4abe246468670.tar.gz
samba-a1db341e4603cbd605eab7f1d4d4abe246468670.tar.bz2
samba-a1db341e4603cbd605eab7f1d4d4abe246468670.zip
build: cpp is prefixed by CPP=
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Dec 10 22:34:45 CET 2010 on sn-devel-104
Diffstat (limited to 'buildtools/wafsamba/samba_pidl.py')
-rw-r--r--buildtools/wafsamba/samba_pidl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py
index 720f8e606b..d5ac2174d2 100644
--- a/buildtools/wafsamba/samba_pidl.py
+++ b/buildtools/wafsamba/samba_pidl.py
@@ -66,7 +66,7 @@ def SAMBA_PIDL(bld, pname, source,
else:
cpp = "CPP=%s" % bld.CONFIG_GET("CPP")
- if cpp == "xlc_r":
+ if cpp == "CPP=xlc_r":
cpp = ""