mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-06 20:00:05 +00: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:
parent
3d1596b048
commit
cc453bb548
@ -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
|
||||
])
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user