diff options
author | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-11 18:52:31 +0000 |
---|---|---|
committer | bkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-04-11 18:52:31 +0000 |
commit | c45e0e39b0d508570d821c206a2903d8f861f6e0 (patch) | |
tree | 26c1b4dcbc3d0ff6bd0acd4ee5ca67baf8ca33cf /libstdc++-v3/configure.in | |
parent | 1a670edb8a4b7dd7414d0f36d13375a89ca523e7 (diff) | |
download | gcc-c45e0e39b0d508570d821c206a2903d8f861f6e0.tar.gz |
2001-04-11 Benjamin Kosnik <bkoz@redhat.com>
* acinclude.m4: AC_CHECK_TOOL for expect.
* aclocal.m4: Regenerate.
* configure: Regenerate.
* testsuite/Makefile.am (RUNTEST): Use substituted.
(EXPECT): Same.
* configure.in: Remove xcompiling substitution.
* tests_flags.in (CROSS_LIB_PATH): Remove.
(xcompiling): Remove.
(CXX): Use substituted CXX.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41262 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/configure.in')
-rw-r--r-- | libstdc++-v3/configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/configure.in b/libstdc++-v3/configure.in index 199afa561a4..ebb9dcba6e8 100644 --- a/libstdc++-v3/configure.in +++ b/libstdc++-v3/configure.in @@ -236,7 +236,6 @@ AC_LINK_FILES($ATOMICITYH/bits/atomicity.h, include/bits/atomicity.h) AM_CONDITIONAL(NULL_TARGET, test "$NULL_TARGET" = yes) AM_CONDITIONAL(NATIVE, test "$NATIVE" = yes || test "$NULL_TARGET" = yes) AM_CONDITIONAL(CANADIAN, test "$CANADIAN" = yes) -AC_SUBST(xcompiling) AC_CACHE_SAVE AC_LC_MESSAGES |