Fix typo: xorg_bus_linuxbsdpci ==> xorg_bus_linuxpci
This commit is contained in:
parent
ccfaf82367
commit
df8fa21d31
|
@ -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>
|
2005-11-30 Eric Anholt <anholt@FreeBSD.org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -1109,7 +1109,7 @@ if test "x$XORG" = xyes; then
|
||||||
AC_SUBST([logdir])
|
AC_SUBST([logdir])
|
||||||
fi
|
fi
|
||||||
AM_CONDITIONAL([XORG], [test "x$XORG" = xyes])
|
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_FREEBSDPCI], [test "x$xorg_bus_freebsdpci" = xyes])
|
||||||
AM_CONDITIONAL([XORG_BUS_NETBSDPCI], [test "x$xorg_bus_netbsdpci" = xyes])
|
AM_CONDITIONAL([XORG_BUS_NETBSDPCI], [test "x$xorg_bus_netbsdpci" = xyes])
|
||||||
AM_CONDITIONAL([XORG_BUS_IX86PCI], [test "x$xorg_bus_ix86pci" = xyes])
|
AM_CONDITIONAL([XORG_BUS_IX86PCI], [test "x$xorg_bus_ix86pci" = xyes])
|
||||||
|
|
Loading…
Reference in New Issue