diff options
author | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-02 03:35:57 +0000 |
---|---|---|
committer | bryce <bryce@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-01-02 03:35:57 +0000 |
commit | a26ec131de46b70ed736ae85d4ec16f1c1b57b1d (patch) | |
tree | 3d578519fc9cb151022d0814800672bd94732b72 /boehm-gc/configure.ac | |
parent | 2346c40ce25f13a90a1d691dfa18177abbc121f4 (diff) | |
download | gcc-a26ec131de46b70ed736ae85d4ec16f1c1b57b1d.tar.gz |
2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
* include/boehm-gc.h: Include gc_ext_config.h, not gc_config.h.
2005-01-01 Bryce McKinlay <mckinlay@redhat.com>
* configure.ac (AC_CONFIG_HEADERS): Build both include/gc_config.h
and include/gc_ext_config.h.
* include/gc_ext_config.h: New file. Define only THREAD_LOCAL_ALLOC.
* include/gc.h: Undef PACKAGE_* before including gc_config.h.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@92801 138bc75d-0d04-0410-961f-82ee72b054a4
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 7d1c6e3df1b..208a9160872 100644 --- a/boehm-gc/configure.ac +++ b/boehm-gc/configure.ac @@ -468,7 +468,7 @@ else multilib_arg= fi -AC_CONFIG_HEADERS([include/gc_config.h]) +AC_CONFIG_HEADERS([include/gc_config.h include/gc_ext_config.h]) AC_CONFIG_FILES(Makefile include/Makefile) AC_OUTPUT |