From: Matthieu Patou Date: Fri, 10 Dec 2010 20:47:54 +0000 (+0300) Subject: build: cpp is prefixed by CPP= X-Git-Url: http://git.samba.org/?p=metze%2Fsamba%2Fwip.git;a=commitdiff_plain;h=a1db341e4603cbd605eab7f1d4d4abe246468670 build: cpp is prefixed by CPP= Autobuild-User: Matthieu Patou Autobuild-Date: Fri Dec 10 22:34:45 CET 2010 on sn-devel-104 --- diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py index 720f8e606ba7..d5ac2174d2bd 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 = ""