diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2010-11-10 11:31:01 +0000 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2010-11-11 11:26:38 +0000 |
commit | cb7ec8be4ce6068b6cbc6522a67826cdbd161024 (patch) | |
tree | 7f40662fdc625705d83fb527707d21676e1a399f /configure.ac | |
parent | 7509c91a71c729b3223eef4cde10d70daca66c72 (diff) | |
download | libguestfs-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.ac | 1 |
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], |