diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-07-11 02:52:15 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:20:04 -0500 |
commit | eaa882b9a5eff41c3a8322ef8f57226f2ba13d52 (patch) | |
tree | d5d1aac2ea30332f3fe75b49a1ba192e877ed4cf /source4/heimdal_build/build_external.sh | |
parent | 14fb42204b894f6c46a84f441e0bc1923f3ac9ac (diff) | |
download | samba-eaa882b9a5eff41c3a8322ef8f57226f2ba13d52.tar.gz samba-eaa882b9a5eff41c3a8322ef8f57226f2ba13d52.tar.bz2 samba-eaa882b9a5eff41c3a8322ef8f57226f2ba13d52.zip |
r8308: use the configured C compiler, instead of forcing gcc in external heimdal tool build
(This used to be commit 39c6cf91fb75dc5d7d14922f70b8be8dc15169e1)
Diffstat (limited to 'source4/heimdal_build/build_external.sh')
-rwxr-xr-x | source4/heimdal_build/build_external.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/heimdal_build/build_external.sh b/source4/heimdal_build/build_external.sh index c56e9b09bd..355facc6dd 100755 --- a/source4/heimdal_build/build_external.sh +++ b/source4/heimdal_build/build_external.sh @@ -3,6 +3,7 @@ # build generated asn1, et and flex files in heimdal/ tree # tridge@samba.org, June 2005 +CC=shift TOP=`pwd` ASN1_COMPILE=$TOP/bin/asn1_compile ET_COMPILE=$TOP/bin/compile_et @@ -10,7 +11,6 @@ ET_COMPILE=$TOP/bin/compile_et # we need to substitute these correctly based on configure output FLEX=flex BISON=bison -CC=gcc build_asn1() { f=$1 |