These dependencies are optional but default to enabled, so if you
shouldn't have to explicitly have to mention them when you run
configure.
---
configure.ac | 33 +
1 file changed, 17 insertions(+), 16 deletions(-)
diff --git a/configure.ac b/configure.ac
index 8a3
I had some trouble building it and ended up with these patches; they
basically just fix up the configure checks so that they find things
which would later cause the build to fail.
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list
Fixes a handful of errors such as this one:
gtk-doc.make:7: error: GTK_DOC_USE_LIBTOOL does not appear in AM_CONDITIONAL
---
configure.ac | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.ac b/configure.ac
index 00c2d7e..8a34620 100644
--- a/configure.ac
+++ b/configure.ac
@@ -74