diff options
author | Matthieu Patou <mat@matws.net> | 2010-12-10 23:47:54 +0300 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2010-12-10 22:34:45 +0100 |
commit | a1db341e4603cbd605eab7f1d4d4abe246468670 (patch) | |
tree | df2aacd8fb319dc76027f183fe1ac033c1538c34 | |
parent | 6875a611a71bf6d1623fc62361fc8b145b1f6559 (diff) | |
download | samba-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
-rw-r--r-- | buildtools/wafsamba/samba_pidl.py | 2 |
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 = "" |