summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2007-03-19 18:03:26 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2007-03-19 18:03:26 -0700
commitb8df961843a95b29258ae9c5d46ccfc620d8de1c (patch)
treee740117056f53bcc65156dddd0d87604d78722e5 /configure.ac
parent720f302d241e88e6e9f2962207da1aa9a79728b7 (diff)
Define XF86PM on Solaris x86 builds now that we have sun_apm.c
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fe7770986..14c4ccbda 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1413,6 +1413,8 @@ return 0;}
fi
if test "${OS_MINOR}" -lt 8 ; then
solaris_usl_console="yes"
+ else
+ XORG_CFLAGS="$XORG_CFLAGS -DXF86PM"
fi
;;
*)