diff options
author | Bryce McKinlay <mckinlay@redhat.com> | 2004-11-30 00:38:57 +0000 |
---|---|---|
committer | Bryce McKinlay <bryce@gcc.gnu.org> | 2004-11-30 00:38:57 +0000 |
commit | c54d30fae2e101b5b4ac7e88e159216cfa9b9afa (patch) | |
tree | a79c5437aaf5543dbb2ab0466e765c08b414b31e /boehm-gc/configure.ac | |
parent | 1ac0ac8b905ca91a7b5b8af907237133d65f2a5c (diff) | |
download | gcc-c54d30fae2e101b5b4ac7e88e159216cfa9b9afa.tar.gz |
re PR libgcj/18699 (SIGSEGV in GC_local_gcj_malloc)
2004-11-29 Bryce McKinlay <mckinlay@redhat.com>
PR libgcj/18699
Revert patches of 2004-11-26 and 2004-11-27.
From-SVN: r91505
Diffstat (limited to 'boehm-gc/configure.ac')
-rw-r--r-- | boehm-gc/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boehm-gc/configure.ac b/boehm-gc/configure.ac index 474e2c9bcce..7d1c6e3df1b 100644 --- a/boehm-gc/configure.ac +++ b/boehm-gc/configure.ac @@ -468,7 +468,7 @@ else multilib_arg= fi -AC_CONFIG_HEADERS([include/config.h include/gc_config.h]) +AC_CONFIG_HEADERS([include/gc_config.h]) AC_CONFIG_FILES(Makefile include/Makefile) AC_OUTPUT |