diff options
author | Gerald Carter <jerry@samba.org> | 2005-07-28 02:31:38 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2005-07-28 02:31:38 +0000 |
commit | 0452f23f10a7e25246534ef2ccfeaeea8270c420 (patch) | |
tree | 3fadefb04bf9b6e450424874a6c70ed89c0228fd /source/python/setup.py | |
parent | 2e875bc8747747d5424488bb04a9b33ad0ebd192 (diff) | |
download | samba-0452f23f10a7e25246534ef2ccfeaeea8270c420.tar.gz samba-0452f23f10a7e25246534ef2ccfeaeea8270c420.tar.xz samba-0452f23f10a7e25246534ef2ccfeaeea8270c420.zip |
r8814: sync for 3.0.20rc1 (up to r8805 from 3.0 tree)
Diffstat (limited to 'source/python/setup.py')
-rwxr-xr-x | source/python/setup.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source/python/setup.py b/source/python/setup.py index 4a4f6ad3f81..bfc743603bd 100755 --- a/source/python/setup.py +++ b/source/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", "") |