Allow to issue twice --enable options.
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 270a6ec..7837ce4 100755
--- a/configure
+++ b/configure
@@ -565,7 +565,7 @@ enable_deep_force(){
 }
 
 request(){
-    disable $* # force the refresh of the dependencies
+    set_all no $* # force the refresh of the dependencies
     for var; do
         enable ${var}_requested
     done
-- 
2.6.1

_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to