aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bœsch <u@pkh.me>2017-04-08 14:51:56 +0200
committerClément Bœsch <u@pkh.me>2017-04-08 14:51:56 +0200
commitefb0ea2af4a8afd51bd459aa9c1d6c51a1cba271 (patch)
tree24980787ab15a09146ade30002b7a62d951e8423
parent3f06dfcdc6e9f9c671080dc681ee18717e662daf (diff)
parent518a22471e40604a158180a0660aabeeec65e07f (diff)
downloadffmpeg-efb0ea2af4a8afd51bd459aa9c1d6c51a1cba271.tar.gz
Merge commit '518a22471e40604a158180a0660aabeeec65e07f'
* commit '518a22471e40604a158180a0660aabeeec65e07f': configure: Be more helpful when requiring options set Merged-by: Clément Bœsch <u@pkh.me>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index b702d22960..3936202430 100755
--- 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}"