mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
build: cpp is prefixed by CPP=
Autobuild-User: Matthieu Patou <mat@samba.org> Autobuild-Date: Fri Dec 10 22:34:45 CET 2010 on sn-devel-104
This commit is contained in:
parent
6875a611a7
commit
a1db341e46
@ -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 = ""
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user