On 01/23/16 10:35 AM, Luca Barbato wrote:
And make sure to enable all the components needed --- configure | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-)diff --git a/configure b/configure index c5bcb78..675c112 100755 --- a/configure +++ b/configure @@ -489,7 +489,7 @@ enable(){ check_requested() { for var; do - eval test "x\$${var#!}_requested" = "xyes" && die "${var#*_} ${var/_*} cannot be enabled" + eval test "x\$${var#!}_requested" = "xyes" && die "${var%%_*} cannot be enabled" done }
This also fixes configuring with [pdk]sh and [mk]sh here which is currently broken with the previous version (the minus line, bad expr substitution or such).
Dave _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
