diff --git a/ChangeLog b/ChangeLog index 23c1b56bb..7f09604d1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-05-23 Alan Coopersmith + + * configure.ac: + Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting + them out of the XORG_CFLAGS. + 2006-05-22 Adam Jackson * dix/colormap.c: diff --git a/configure.ac b/configure.ac index 40d61bb47..a3d98281a 100644 --- a/configure.ac +++ b/configure.ac @@ -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"