diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-11-05 11:42:34 -0800 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-11-06 14:41:19 +1000 |
commit | 4fe904f2d50d4a7cc68ab6056483b6d8b4178539 (patch) | |
tree | d9340b8e30d0e58287b8afeeddc23bfa2118160a | |
parent | f0dc842b1487edeb6c058cdb92995e2a4673028c (diff) |
Enable XF86PM on all Solaris platforms, not just x86/x64
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Signed-off-by: Keith Packard <keithp@keithp.com>
(cherry picked from commit f7b375bd141d0cf1e3add5443a5838dd8f554ef6)
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e913c66da..9a86f5fa1 100644 --- a/configure.ac +++ b/configure.ac @@ -1529,6 +1529,7 @@ if test "x$XORG" = xyes; then solaris*) XORG_OS="solaris" XORG_OS_SUBDIR="solaris" + XORG_CFLAGS="$XORG_CFLAGS -DXF86PM" # Use the same stubs as BSD for old functions, since we now # use libpciaccess for PCI xorg_bus_bsdpci="yes" @@ -1561,7 +1562,6 @@ if test "x$XORG" = xyes; then else SOLARIS_INOUT_ARCH="ia32" fi - XORG_CFLAGS="$XORG_CFLAGS -DXF86PM" ;; *) AC_MSG_ERROR([Unsupported Solaris platform. Only SPARC & x86 \ |