debuggers.hg
view tools/check/check_xml2 @ 21067:b4a1832a916f
Update Xen version to 4.0.0-rc6
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Tue Mar 09 18:18:05 2010 +0000 (2010-03-09) |
parents | bcae9d2cc2f8 |
children |
line source
1 #!/bin/sh
2 # CHECK-BUILD CHECK-INSTALL
4 . ./funcs.sh
6 if [ ! "$LIBXENAPI_BINDINGS" = "y" -a ! "$ACM_SECURITY" = "y" ]
7 then
8 echo -n "unused, "
9 exit 0
10 fi
12 has_or_fail xml2-config
13 xml2_libs=`xml2-config --libs` || fail "xml2-config --libs failed"
14 test_link $xml2_libs || fail "dependency libraries for xml2 are missing"