git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 1:
3f06dfc
)
Merge commit '518a22471e40604a158180a0660aabeeec65e07f'
author
Clément Bœsch
<u@pkh.me>
Sat, 8 Apr 2017 12:51:56 +0000
(14:51 +0200)
committer
Clément Bœsch
<u@pkh.me>
Sat, 8 Apr 2017 12:51:56 +0000
(14:51 +0200)
* commit '
518a22471e40604a158180a0660aabeeec65e07f
':
configure: Be more helpful when requiring options set
Merged-by: Clément Bœsch <u@pkh.me>
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
b702d22
..
3936202
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-3680,7
+3680,7
@@
test -n "$cross_prefix" && enable cross_compile
if enabled cross_compile; then
test -n "$arch" && test -n "$target_os" ||
- die "Must specify target arch
and OS
when cross-compiling"
+ die "Must specify target arch
(--arch) and OS (--target-os)
when cross-compiling"
fi
ar_default="${cross_prefix}${ar_default}"