Fix typo: xorg_bus_linuxbsdpci ==> xorg_bus_linuxpci

This commit is contained in:
Kevin E Martin 2005-12-01 16:20:09 +00:00
parent ccfaf82367
commit df8fa21d31
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
* configure.ac:
Fix typo: xorg_bus_linuxbsdpci ==> xorg_bus_linuxpci
2005-11-30 Eric Anholt <anholt@FreeBSD.org>
* configure.ac:

View File

@ -1109,7 +1109,7 @@ if test "x$XORG" = xyes; then
AC_SUBST([logdir])
fi
AM_CONDITIONAL([XORG], [test "x$XORG" = xyes])
AM_CONDITIONAL([XORG_BUS_LINUXPCI], [test "x$xorg_bus_linuxbsdpci" = xyes])
AM_CONDITIONAL([XORG_BUS_LINUXPCI], [test "x$xorg_bus_linuxpci" = xyes])
AM_CONDITIONAL([XORG_BUS_FREEBSDPCI], [test "x$xorg_bus_freebsdpci" = xyes])
AM_CONDITIONAL([XORG_BUS_NETBSDPCI], [test "x$xorg_bus_netbsdpci" = xyes])
AM_CONDITIONAL([XORG_BUS_IX86PCI], [test "x$xorg_bus_ix86pci" = xyes])