diff options
author | Matthieu Patou <mat@matws.net> | 2010-12-10 19:08:18 +0300 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2010-12-10 17:54:49 +0100 |
commit | 6ef8524840e7e65775341934e4c67e1fd4a17f7a (patch) | |
tree | 2b22eef065bc9e58fbd8265fa71c76956c795528 /buildtools | |
parent | d1bfa333f58010ec727e4edb952edb015ba0c31c (diff) | |
download | samba-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')
-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 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 = "" |