diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2016-12-02 13:11:43 +0100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2016-12-02 12:00:07 -0500 |
commit | 518a22471e40604a158180a0660aabeeec65e07f (patch) | |
tree | c43837418c285a4d9eed5fd1a62f23d598ffcaf3 | |
parent | a91f1023bc06091ef84dce0f1e12b72d7f3ba3ca (diff) | |
download | ffmpeg-518a22471e40604a158180a0660aabeeec65e07f.tar.gz |
configure: Be more helpful when requiring options set
Be explicit about which options should be set.
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2896,7 +2896,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}" |