diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-05-23 16:17:09 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-05-23 16:17:09 +0000 |
commit | eb696f72a0819edef550bce9ff55730c02f70452 (patch) | |
tree | 7a46988b4f137a6ce00b2cc9cb92ededc4f6961f /configure.ac | |
parent | bc0c56c407117d1545e20d21f7d30eb3472d618b (diff) |
Add AC_SUBST([SOLARIS_ASM_CFLAGS]) that I forgot when splitting them out of
the XORG_CFLAGS.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
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" |