From: Eric Blake Date: Mon, 14 Jan 2013 16:33:48 +0000 (-0700) Subject: maint: typo fix X-Git-Tag: v1.0.2-rc1~174 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cc453bb5485c940a0088243122fb1948558038a7;p=thirdparty%2Flibvirt.git maint: typo fix I noticed this typo while configuring on a freshly-installed machine. * m4/virt-udev.m4: Correct pciaccess name. --- diff --git a/m4/virt-udev.m4 b/m4/virt-udev.m4 index bf4623dd9e..55673bf207 100644 --- a/m4/virt-udev.m4 +++ b/m4/virt-udev.m4 @@ -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 ])