From: Matthieu Patou Date: Fri, 10 Dec 2010 16:08:18 +0000 (+0300) Subject: build: compiler on aix is xlc_r not xlr_c X-Git-Tag: release-4-0-0alpha14~318 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=6ef8524840e7e65775341934e4c67e1fd4a17f7a;p=ddiss%2Fsamba.git build: compiler on aix is xlc_r not xlr_c Autobuild-User: Matthieu Patou Autobuild-Date: Fri Dec 10 17:54:49 CET 2010 on sn-devel-104 --- diff --git a/buildtools/wafsamba/samba_pidl.py b/buildtools/wafsamba/samba_pidl.py index 79fc5b0a66a..720f8e606ba 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 = ""