]> xenbits.xensource.com Git - libvirt.git/commitdiff
Fix type in configure output summary
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 16 Nov 2009 16:11:05 +0000 (16:11 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 16 Nov 2009 16:54:53 +0000 (16:54 +0000)
* configure.in: Fix typo in PCIACCESS_LIBS

configure.in

index 760369c898eee6a2c4a050a883ba5b1b56510c76..1b3c0d117a1b999e6e380f59385ac55f67d6ea4d 100644 (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