search for: check_yajl

Displaying 1 result from an estimated 1 matches for "check_yajl".

Did you mean: check_fail
2011 Sep 30
13
[PATCH] tools/check: check for yajl (needed by libxl)
...90218126b90620d9b43fdd4140145a43 # Parent e50da6b98e3d5933b9c98e8f43096fd3ebbae00d tools/check: check for yajl (needed by libxl) Signed-off-by: Ian Campbell <ian.campbell@citrix.com> --- (note to committer, ensure the new file is executable) diff -r e50da6b98e3d -r 4b9886869021 tools/check/check_yajl_lib --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tools/check/check_yajl_lib Fri Sep 30 08:33:15 2011 +0100 @@ -0,0 +1,7 @@ +#!/bin/sh +# CHECK-BUILD CHECK-INSTALL + +. ./funcs.sh + + +has_lib libyajl.so || fail "can''t find yajl" ____________________________________________...