]> xenbits.xensource.com Git - people/dariof/libvirt.git/commitdiff
configure: fix formatting of missing pkg-config modules error
authorGiuseppe Scrivano <gscrivan@redhat.com>
Thu, 8 Aug 2013 14:56:59 +0000 (16:56 +0200)
committerEric Blake <eblake@redhat.com>
Thu, 8 Aug 2013 19:31:10 +0000 (13:31 -0600)
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 <gscrivan@redhat.com>
m4/virt-lib.m4

index 778cd40a6e6af0883d3da80d6eb8828b6054508a..70400a12d28154248ed0e43823cec978663a2ddb 100644 (file)
@@ -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