From 0a4313699229659088cf121bbe018bc5e91e551b Mon Sep 17 00:00:00 2001 From: Alexandru Croitor Date: Fri, 27 Oct 2017 13:13:43 +0200 Subject: Fix libxml2 configure feature condition Change-Id: I874540e9d2f5033fae599e543fb398e7b1ad60c4 Reviewed-by: Michal Klocek Reviewed-by: Oswald Buddenhagen --- configure.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.json') diff --git a/configure.json b/configure.json index 31b35d0f8..909bfc2f8 100644 --- a/configure.json +++ b/configure.json @@ -388,7 +388,7 @@ }, "system-libxml2" : { "label": "libxml2", - "condition": "config.unix && tests.srtp", + "condition": "config.unix && tests.libxml2", "output": [ "privateFeature" ] }, "winversion" : { -- cgit v1.2.3