summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Schneider <ma30002000@yahoo.de>2007-09-17 08:23:23 +0000
committerDiego Biurrun <diego@biurrun.de>2007-09-17 08:23:23 +0000
commit1051cc4f891d44afa70346166b52aebe0816a8f6 (patch)
treeef920572c4b802ad0b600acba62ca18b7e60128b
parent9dc0bc3dadbc01b350b84c0079de391cb6015094 (diff)
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
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
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