]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commitdiff
maint: typo fix
authorEric Blake <eblake@redhat.com>
Mon, 14 Jan 2013 16:33:48 +0000 (09:33 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 14 Jan 2013 16:33:48 +0000 (09:33 -0700)
I noticed this typo while configuring on a freshly-installed machine.

* m4/virt-udev.m4: Correct pciaccess name.

m4/virt-udev.m4

index bf4623dd9e8b3e1702a6ae7a8d91df2de64bc285..55673bf2071b1cb01e479448c4f33856080e4f72 100644 (file)
@@ -22,7 +22,7 @@ AC_DEFUN([LIBVIRT_CHECK_UDEV],[
   LIBVIRT_CHECK_PKG([UDEV], [libudev], [145])
 
   if test "$with_udev" = "yes" && test "$with_pciaccess" != "yes" ; then
-    AC_MSG_ERROR([You must install the pciaccesss module to build with udev])
+    AC_MSG_ERROR([You must install the pciaccess module to build with udev])
   fi
 ])