Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting them out of
the XORG_CFLAGS.
This commit is contained in:
parent
bc0c56c407
commit
eb696f72a0
|
@ -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>
|
2006-05-22 Adam Jackson <ajax@freedesktop.org>
|
||||||
|
|
||||||
* dix/colormap.c:
|
* dix/colormap.c:
|
||||||
|
|
|
@ -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'
|
SOLARIS_ASM_CFLAGS='$(top_srcdir)/hw/xfree86/os-support/solaris/solaris-$(SOLARIS_INOUT_ARCH).il'
|
||||||
XORG_CFLAGS="${XORG_CFLAGS} "'$(SOLARIS_ASM_CFLAGS)'
|
XORG_CFLAGS="${XORG_CFLAGS} "'$(SOLARIS_ASM_CFLAGS)'
|
||||||
fi
|
fi
|
||||||
|
AC_SUBST([SOLARIS_ASM_CFLAGS])
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
XORG_OS="unknown"
|
XORG_OS="unknown"
|
||||||
|
|
Loading…
Reference in New Issue