OSDN Git Service

Remove cross_prefix from ln command.
authorMatthias Schneider <ma30002000@yahoo.de>
Mon, 17 Sep 2007 08:23:23 +0000 (08:23 +0000)
committerDiego Biurrun <diego@biurrun.de>
Mon, 17 Sep 2007 08:23:23 +0000 (08:23 +0000)
patch by Matthias Schneider, ma30002000 yahoo de

Originally committed as revision 10515 to svn://svn.ffmpeg.org/ffmpeg/trunk

configure

index c72debf..2a74ea3 100755 (executable)
--- 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