summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-11-19 10:19:20 -0800
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-11-19 10:19:20 -0800
commit570835b9a89187a36e08defbccc56051bb349b52 (patch)
tree492f6e5696971aa648f7ffc4a0b11c34f34f6a0b /configure.ac
parent3932a848572f4eaf8b7f1d91d9b74aeafab069a2 (diff)
Use bsd_pci stub routines on Solaris too, since we use pciaccess for real work
Depends on commit 70e18a3b6b9d52169bca650f6cd4ef5d8ab40d95 to get definition of xf86InitVidMem on Solaris.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4bea8acf6..048416fff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1278,6 +1278,9 @@ if test "x$XORG" = xyes; then
solaris*)
XORG_OS="solaris"
XORG_OS_SUBDIR="solaris"
+ # Use the same stubs as BSD for old functions, since we now
+ # use libpciaccess for PCI
+ xorg_bus_bsdpci="yes"
AC_CHECK_HEADERS([sys/kd.h])
# This really should be tests for specific features, but the #ifdef's
# were done as a simple version check in XFree86 4.x and haven't been
@@ -1346,7 +1349,7 @@ if test "x$XORG" = xyes; then
;;
i*86|x86_64*|amd64*)
case $host_os in
- *bsd*|linux*)
+ *bsd*|linux*|solaris*)
;;
*)
xorg_bus_ix86pci="yes"