From 1051cc4f891d44afa70346166b52aebe0816a8f6 Mon Sep 17 00:00:00 2001 From: Matthias Schneider Date: Mon, 17 Sep 2007 08:23:23 +0000 Subject: Remove cross_prefix from ln command. patch by Matthias Schneider, ma30002000 yahoo de Originally committed as revision 10515 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index c72debf279..2a74ea3dc6 100755 --- a/configure +++ b/configure @@ -1220,7 +1220,6 @@ cc="${cross_prefix}${cc}" ar="${cross_prefix}${ar}" ranlib="${cross_prefix}${ranlib}" strip="${cross_prefix}${strip}" -ln_s="${cross_prefix}${ln_s}" # we need to build at least one lib type if ! enabled_any static shared; then -- cgit v1.2.3