mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
maint: typo fix
I noticed this typo while configuring on a freshly-installed machine. * m4/virt-udev.m4: Correct pciaccess name.
This commit is contained in:
@@ -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
|
||||
])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user