[libvirt] [PATCH] m4: Drop libxml2 version number from configure help

Andrea Bolognani posted 1 patch 4 years, 7 months ago
Test syntax-check passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20190812073336.4461-1-abologna@redhat.com
m4/virt-libxml.m4 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[libvirt] [PATCH] m4: Drop libxml2 version number from configure help
Posted by Andrea Bolognani 4 years, 7 months ago
We don't include this information for any other library, and
having it there means there are two places we need to change
every time the required version is bumped.

configure will provide the user with a nice error message,
which includes the required version, if libxml2 found on the
system is too old.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
---
Pushed as trivial.

 m4/virt-libxml.m4 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/m4/virt-libxml.m4 b/m4/virt-libxml.m4
index 9aefbdc3f1..cce54d88fb 100644
--- a/m4/virt-libxml.m4
+++ b/m4/virt-libxml.m4
@@ -18,7 +18,7 @@ dnl <http://www.gnu.org/licenses/>.
 dnl
 
 AC_DEFUN([LIBVIRT_ARG_LIBXML], [
-  LIBVIRT_ARG_WITH([LIBXML], [libxml-2.0 (>= 2.9.1) location], [check])
+  LIBVIRT_ARG_WITH([LIBXML], [libxml-2.0 location], [check])
 ])
 
 AC_DEFUN([LIBVIRT_CHECK_LIBXML], [
-- 
2.21.0

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list