aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2009-11-16 16:11:05 +0000
committerDaniel P. Berrange <berrange@redhat.com>2009-11-16 16:54:53 +0000
commit448b92c05e5a23f4cf3b9f77655c7e6a888a7362 (patch)
tree4dcb7da98509df53db5fd093be46b07fb798d4f5
parentRemove a compilation warning on uninitialized var (diff)
downloadlibvirt-448b92c05e5a23f4cf3b9f77655c7e6a888a7362.tar.gz
libvirt-448b92c05e5a23f4cf3b9f77655c7e6a888a7362.tar.bz2
libvirt-448b92c05e5a23f4cf3b9f77655c7e6a888a7362.zip
Fix type in configure output summary
* configure.in: Fix typo in PCIACCESS_LIBS
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 760369c89..1b3c0d117 100644
--- a/configure.in
+++ b/configure.in
@@ -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