aboutsummaryrefslogtreecommitdiffstats
path: root/tools/check
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2010-02-04 13:16:03 +0000
committerKeir Fraser <keir.fraser@citrix.com>2010-02-04 13:16:03 +0000
commit7a381d270730709ace882969937f53552970c97d (patch)
tree9775ef2226e4aead5595bfb3d63c72d211d3d1b6 /tools/check
parent47f441d6b6a23f223edf27951189ea0828d121d0 (diff)
downloadxen-7a381d270730709ace882969937f53552970c97d.tar.gz
xen-7a381d270730709ace882969937f53552970c97d.tar.bz2
xen-7a381d270730709ace882969937f53552970c97d.zip
libxenlight: Do not build libconfig, but require it as a prerequisite
Signed-off-by: Zhigang Wang <zhigang.x.wang@oracle.com> Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
Diffstat (limited to 'tools/check')
-rwxr-xr-xtools/check/check_libconfig_devel6
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/check/check_libconfig_devel b/tools/check/check_libconfig_devel
new file mode 100755
index 0000000000..b35571b43f
--- /dev/null
+++ b/tools/check/check_libconfig_devel
@@ -0,0 +1,6 @@
+#!/bin/sh
+# CHECK-BUILD
+
+. ./funcs.sh
+
+has_header libconfig.h || fail "missing libconfig headers (package libconfig-devel)"