From b8df961843a95b29258ae9c5d46ccfc620d8de1c Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 19 Mar 2007 18:03:26 -0700 Subject: [PATCH] Define XF86PM on Solaris x86 builds now that we have sun_apm.c --- configure.ac | 2 ++ 1 file changed, 2 insertions(+) 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 ;; *)