From: Giuseppe Scrivano Date: Thu, 8 Aug 2013 14:56:59 +0000 (+0200) Subject: configure: fix formatting of missing pkg-config modules error X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=a197fe5f9fa100cea2dbf20ec970108fe0a2ce17;p=libvirt.git configure: fix formatting of missing pkg-config modules error It adds an empty space after the package version. Previously the error message looked like: "You must install the dbus-1 >= 1.0.0pkg-config module to compile libvirt" Signed-off-by: Giuseppe Scrivano --- diff --git a/m4/virt-lib.m4 b/m4/virt-lib.m4 index 778cd40a6e..70400a12d2 100644 --- a/m4/virt-lib.m4 +++ b/m4/virt-lib.m4 @@ -336,7 +336,7 @@ AC_DEFUN([LIBVIRT_CHECK_PKG],[ fi if test $fail = 1; then - AC_MSG_ERROR([You must install the ]pc_name[ >= ]pc_version[pkg-config module to compile libvirt]) + AC_MSG_ERROR([You must install the ]pc_name[ >= ]pc_version[ pkg-config module to compile libvirt]) fi if test "x$with_var" = "xyes" ; then