mirror of https://gitee.com/openkylin/libvirt.git
Fix type in configure output summary
* configure.in: Fix typo in PCIACCESS_LIBS
This commit is contained in:
parent
ecb0221a5f
commit
448b92c05e
|
@ -1904,7 +1904,7 @@ else
|
|||
AC_MSG_NOTICE([ hal: no])
|
||||
fi
|
||||
if test "$with_udev" = "yes" ; then
|
||||
AC_MSG_NOTICE([ udev: $UDEV_CFLAGS $UDEV_LIBS $PCIACCESS_CFLAGS PCIACCESS_LIBS])
|
||||
AC_MSG_NOTICE([ udev: $UDEV_CFLAGS $UDEV_LIBS $PCIACCESS_CFLAGS $PCIACCESS_LIBS])
|
||||
else
|
||||
AC_MSG_NOTICE([ udev: no])
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue