summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-11-10 11:31:01 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-11-11 11:26:38 +0000
commitcb7ec8be4ce6068b6cbc6522a67826cdbd161024 (patch)
tree7f40662fdc625705d83fb527707d21676e1a399f /configure.ac
parent7509c91a71c729b3223eef4cde10d70daca66c72 (diff)
downloadlibguestfs-cb7ec8be4ce6068b6cbc6522a67826cdbd161024.tar.gz
libguestfs-cb7ec8be4ce6068b6cbc6522a67826cdbd161024.tar.xz
libguestfs-cb7ec8be4ce6068b6cbc6522a67826cdbd161024.zip
capitests: Add the code to test (proposed) add-libvirt-dom C API.
This API was dropped as there are some problems with it. This commit adds the original test code, but commented out.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 67b13097..25943690 100644
--- a/configure.ac
+++ b/configure.ac
@@ -460,6 +460,7 @@ PKG_CHECK_MODULES([LIBVIRT], [libvirt],
AC_DEFINE([HAVE_LIBVIRT],[1],[libvirt found at compile time.])
],
[AC_MSG_WARN([libvirt not found, some core features will be disabled])])
+AM_CONDITIONAL([HAVE_LIBVIRT],[test "x$LIBVIRT_LIBS" != "x"])
dnl libxml2 (highly recommended)
PKG_CHECK_MODULES([LIBXML2], [libxml-2.0],