summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-02-26 12:32:17 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-02-26 12:32:17 +0100
commit2b277f2992d66b7f02fdf8d3642c326087d362a9 (patch)
tree59341fdbd1971f0833d38c4c298336646b2dce96 /configure
parentf6fff8e54697ff4418283eb8aa9afd0d9e7e4736 (diff)
parentb58b00aeca21de00ab6da2944684f784d9d6bc47 (diff)
Merge commit 'b58b00aeca21de00ab6da2944684f784d9d6bc47'
* commit 'b58b00aeca21de00ab6da2944684f784d9d6bc47': configure: Separate "ln" command line arguments Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure
index cb9586d498..a67a4317d1 100755
--- a/configure
+++ b/configure
@@ -2120,7 +2120,7 @@ cxx_default="g++"
host_cc_default="gcc"
cp_f="cp -f"
install="install"
-ln_s="ln -sf"
+ln_s="ln -s -f"
nm_default="nm -g"
objformat="elf"
pkg_config_default=pkg-config
@@ -3391,7 +3391,6 @@ case $target_os in
network_extralibs='-lbsd'
exeobjs=compat/plan9/main.o
disable ffserver
- ln_s='ln -s -f'
cp_f='cp'
;;
none)