summaryrefslogtreecommitdiff
path: root/source3/python
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2005-07-18 08:25:21 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:00:07 -0500
commit8449a939289764faa5929605f13a27459627fc94 (patch)
tree6964cecf00171b730a132a627ca708a2d4b80305 /source3/python
parent411be313dd4bac842c4eeb537a6afa69aaf183d3 (diff)
downloadsamba-8449a939289764faa5929605f13a27459627fc94.tar.gz
samba-8449a939289764faa5929605f13a27459627fc94.tar.bz2
samba-8449a939289764faa5929605f13a27459627fc94.zip
r8538: honour CC in python build.
Guenther (This used to be commit d31510d6c56954030759e97ab8cdfc51e0abca92)
Diffstat (limited to 'source3/python')
-rwxr-xr-xsource3/python/setup.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/python/setup.py b/source3/python/setup.py
index 4a4f6ad3f8..bfc743603b 100755
--- a/source3/python/setup.py
+++ b/source3/python/setup.py
@@ -37,6 +37,8 @@ samba_cflags = os.environ.get("PYTHON_CFLAGS", "")
samba_srcdir = os.environ.get("SRCDIR", "")
+compiler = os.environ.get("CC", "")
+
# These variables are filled in by configure
samba_libs = os.environ.get("LIBS", "")