From 0aca87c6fc8598944595e69b415ed030a603f9f1 Mon Sep 17 00:00:00 2001 From: Patrice Bensoussan Date: Sat, 3 Mar 2007 08:25:38 +0000 Subject: 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 --- configure | 1 - 1 file changed, 1 deletion(-) (limited to 'configure') 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" -- cgit v1.2.3