---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index ea3244c..e849cfb 100755
--- a/configure
+++ b/configure
@@ -2604,7 +2604,7 @@ tmpfile(){
     eval $1=$tmp
 }
 
-trap 'rm -rf -- "$AVTMPDIR"' EXIT
+trap 'rm -rf -- "$AVTMPDIR"' EXIT INT
 
 tmpfile TMPASM .asm
 tmpfile TMPC   .c
-- 
1.9.1

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

Reply via email to