Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting them out of

the XORG_CFLAGS.
This commit is contained in:
Alan Coopersmith 2006-05-23 16:17:09 +00:00
parent bc0c56c407
commit eb696f72a0
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2006-05-23 Alan Coopersmith <alan.coopersmith@sun.com>
* configure.ac:
Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting
them out of the XORG_CFLAGS.
2006-05-22 Adam Jackson <ajax@freedesktop.org>
* dix/colormap.c:

View File

@ -1154,6 +1154,7 @@ if test "x$XORG" = xyes -o "x$XGL" = xyes; then
SOLARIS_ASM_CFLAGS='$(top_srcdir)/hw/xfree86/os-support/solaris/solaris-$(SOLARIS_INOUT_ARCH).il'
XORG_CFLAGS="${XORG_CFLAGS} "'$(SOLARIS_ASM_CFLAGS)'
fi
AC_SUBST([SOLARIS_ASM_CFLAGS])
;;
*)
XORG_OS="unknown"