diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-27 06:04:16 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-11-27 06:04:16 +0000 |
commit | 06d85a27c94419a65001819e80833ae56d1a2011 (patch) | |
tree | 65373140c02f870f075c9093757e5865c6b227b1 /libstdc++-v3/configure | |
parent | 4565ac3594f3e544b2048a572902833b9a0f878e (diff) | |
download | gcc-06d85a27c94419a65001819e80833ae56d1a2011.tar.gz |
2000-11-26 Benjamin Kosnik <bkoz@fillmore.constant.com>
* tests_flags.in: Export CXX, CXXFLAGS.
* mkcheck.in: Grab them.
2000-11-26 David Billinghurst <David.Billinghurst@riotinto.com>
Benjamin Kosnik <bkoz@redhat.com>
* mkcheck.in: Add exe extension to printnow executable, abstract
out call to this with TIMER_COMMAND.
* configure.target (l_glibcpp_cxxflags): Add cygwin support.
* acinclude.m4 (GLIBCPP_CHECK_CTYPE_SUPPORT): Correct paths.
* aclocal.m4: Regenerate.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37780 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure')
-rwxr-xr-x | libstdc++-v3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index 50f5d3f31ad..6a30003cb79 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -18081,7 +18081,7 @@ fi rm -f conftest* echo "$ac_t""$ctype_newlib" 1>&6 if test $ctype_newlib = "yes"; then - ctype_include_dir="config/newlib" + ctype_include_dir="config/os/newlib" ctype_default=no fi fi |