build: cpp is prefixed by CPP=
authorMatthieu Patou <mat@matws.net>
Fri, 10 Dec 2010 20:47:54 +0000 (23:47 +0300)
committerMatthieu Patou <mat@samba.org>
Fri, 10 Dec 2010 21:34:45 +0000 (22:34 +0100)
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Fri Dec 10 22:34:45 CET 2010 on sn-devel-104

buildtools/wafsamba/samba_pidl.py

index 720f8e606ba79f3affa976354547b498cc89d107..d5ac2174d2bd06a8541e57dbcdc5c1ceaafec74a 100644 (file)
@@ -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 = ""