[PATCH] qemu: Do not include file if not exists

2020-03-25 Thread Oleksiy Obitotskyy
Script configure checks for if_alg.h and check failed but if_alg.h still included. Signed-off-by: Oleksiy Obitotskyy --- linux-user/syscall.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 35f4146662..819774af0d 100644 --- a/linux-user

[PATCH] qemu: Do not include file if not exists

2020-03-24 Thread Oleksiy Obitotskyy
Script configure checks for if_alg.h and check failed but if_alg.h still included. Upstream-Status: Submitted [] Signed-off-by: Oleksiy Obitotskyy --- linux-user/syscall.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 35f4146662