diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-03-19 18:03:26 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2007-03-19 18:03:26 -0700 |
commit | b8df961843a95b29258ae9c5d46ccfc620d8de1c (patch) | |
tree | e740117056f53bcc65156dddd0d87604d78722e5 /configure.ac | |
parent | 720f302d241e88e6e9f2962207da1aa9a79728b7 (diff) |
Define XF86PM on Solaris x86 builds now that we have sun_apm.c
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 ;; *) |