From 0452f23f10a7e25246534ef2ccfeaeea8270c420 Mon Sep 17 00:00:00 2001 From: Gerald Carter Date: Thu, 28 Jul 2005 02:31:38 +0000 Subject: r8814: sync for 3.0.20rc1 (up to r8805 from 3.0 tree) --- source/python/setup.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source/python/setup.py') 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", "") -- cgit