summaryrefslogtreecommitdiff
path: root/buildtools/wafsamba/samba_pidl.py
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-12-10 19:08:18 +0300
committerMatthieu Patou <mat@samba.org>2010-12-10 17:54:49 +0100
commit6ef8524840e7e65775341934e4c67e1fd4a17f7a (patch)
tree2b22eef065bc9e58fbd8265fa71c76956c795528 /buildtools/wafsamba/samba_pidl.py
parentd1bfa333f58010ec727e4edb952edb015ba0c31c (diff)
downloadsamba-6ef8524840e7e65775341934e4c67e1fd4a17f7a.tar.gz
samba-6ef8524840e7e65775341934e4c67e1fd4a17f7a.tar.bz2
samba-6ef8524840e7e65775341934e4c67e1fd4a17f7a.zip
build: compiler on aix is xlc_r not xlr_c
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Dec 10 17:54:49 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 79fc5b0a66..720f8e606b 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 == "xlr_c":
+ if cpp == "xlc_r":
cpp = ""