build: compiler on aix is xlc_r not xlr_c
authorMatthieu Patou <mat@matws.net>
Fri, 10 Dec 2010 16:08:18 +0000 (19:08 +0300)
committerMatthieu Patou <mat@samba.org>
Fri, 10 Dec 2010 16:54:49 +0000 (17:54 +0100)
Autobuild-User: Matthieu Patou <mat@samba.org>
Autobuild-Date: Fri Dec 10 17:54:49 CET 2010 on sn-devel-104

buildtools/wafsamba/samba_pidl.py

index 79fc5b0a66a8a349ab913f71ef25c84690fa72c9..720f8e606ba79f3affa976354547b498cc89d107 100644 (file)
@@ -66,7 +66,7 @@ def SAMBA_PIDL(bld, pname, source,
         else:
             cpp = "CPP=%s" % bld.CONFIG_GET("CPP")
 
-    if cpp == "xlr_c":
+    if cpp == "xlc_r":
         cpp = ""