diff options
author | ivmai <ivmai> | 2011-05-30 13:37:49 +0000 |
---|---|---|
committer | Ivan Maidanski <ivmai@mail.ru> | 2011-07-26 21:06:59 +0400 |
commit | f23871d82596c02376db7d1ee03cf33cab6d4de9 (patch) | |
tree | 203784ef07a9dcafd9d678794625c4003e94b3a7 /configure.ac | |
parent | d6aa5c95d0c95a990f4b951c0d7dfb7c95a72f48 (diff) | |
download | bdwgc-f23871d82596c02376db7d1ee03cf33cab6d4de9.tar.gz |
2011-05-30 Ivan Maidanski <ivmai@mail.ru>
* configure.ac (SOLARIS25_PROC_VDB_BUG_FIXED): Don't define for
Solaris/x86 2.10+.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0d9083ea..34fb6594 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ AC_CONFIG_SRCDIR(gcj_mlc.c) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_TARGET AC_PREREQ(2.64) -AC_REVISION($Revision: 1.65 $) +AC_REVISION($Revision: 1.66 $) GC_SET_VERSION AM_INIT_AUTOMAKE([foreign dist-bzip2 nostdinc]) AM_CONFIG_HEADER([include/private/config.h]) @@ -395,7 +395,8 @@ case "$host" in alpha*-*-linux*) machdep="mach_dep.lo" ;; - i?86-*-solaris2.[[89]] | i?86-*-solaris2.1?) + i?86-*-solaris2.[[89]]) + # PROC_VDB appears to work in 2.8 and 2.9 but not in 2.10+ (for now). AC_DEFINE([SOLARIS25_PROC_VDB_BUG_FIXED], 1, [See the comment in gcconfig.h.]) ;; |