Fix type in configure output summary

* configure.in: Fix typo in PCIACCESS_LIBS
This commit is contained in:
Daniel P. Berrange 2009-11-16 16:11:05 +00:00
parent ecb0221a5f
commit 448b92c05e

View File

@ -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