From f69db5aed8e2f2bdb8193bb2fffbaba88a0e1b80 Mon Sep 17 00:00:00 2001 From: ketmar Date: Sat, 18 Jun 2011 09:12:15 +0300 Subject: [PATCH] fixed pkg-config-has --- Jambase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jambase b/Jambase index 3a11e09..a79d964 100644 --- a/Jambase +++ b/Jambase @@ -2671,7 +2671,7 @@ rule pkg-config { rule pkg-config-has { local res ; - res = [ lib-config "pkg-config-ex $(1) --cflags --libs" ] ; + res = [ lib-config-ex "pkg-config $(1) --cflags --libs" ] ; return $(res) ; } -- 2.11.4.GIT