summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorPatrice Bensoussan <patrice.bensoussan@free.fr>2007-03-03 08:25:38 +0000
committerDiego Biurrun <diego@biurrun.de>2007-03-03 08:25:38 +0000
commit0aca87c6fc8598944595e69b415ed030a603f9f1 (patch)
tree3978cb4028c851ccd6742991ed6d244b6b9ecc64 /configure
parent66a4b2c1798d75582c6ef5c96e92ed925b386511 (diff)
Do not hardcode cc on Darwin, fixing --cc option in the process.
patch by Patrice Bensoussan, patrice.bensoussan free fr Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index fd565dcc07..b54487dd2e 100755
--- a/configure
+++ b/configure
@@ -1084,7 +1084,6 @@ case `tolower $targetos` in
strip="strip -d"
;;
darwin)
- cc="cc"
dv1394="no"
need_memalign="no"
SHFLAGS="-dynamiclib -Wl,-single_module -Wl,-install_name,\$(shlibdir)/\$(SLIBNAME),-current_version,\$(SPPVERSION),-compatibility_version,\$(SPPVERSION) -Wl,-read_only_relocs,suppress"