diff options
author | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-26 18:43:27 +0000 |
---|---|---|
committer | neroden <neroden@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-02-26 18:43:27 +0000 |
commit | 4657ee94b49cecd79d4a296fada598ffd3919629 (patch) | |
tree | 03db2ab4e496b63c19db57d6650228c589441ca3 /boehm-gc/configure | |
parent | 520b7351be5faa46c4df91b47eaa7bf9196a6aef (diff) | |
download | gcc-4657ee94b49cecd79d4a296fada598ffd3919629.tar.gz |
* configure.in: Remove more obsolete, bogus code.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@78512 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'boehm-gc/configure')
-rwxr-xr-x | boehm-gc/configure | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/boehm-gc/configure b/boehm-gc/configure index b5ff18c5714..928944aacc4 100755 --- a/boehm-gc/configure +++ b/boehm-gc/configure @@ -4726,16 +4726,6 @@ fi MAINT=$MAINTAINER_MODE_TRUE -# automake wants to see AC_EXEEXT. But we don't need it. And having -# it is actually a problem, because the compiler we're passed can't -# necessarily do a full link. So we fool automake here. -if false; then - # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands - # to nothing, so nothing would remain between `then' and `fi' if it - # were not for the `:' below. - : - -fi echo "$as_me:$LINENO: checking for thread model used by GCC" >&5 echo $ECHO_N "checking for thread model used by GCC... $ECHO_C" >&6 @@ -5867,17 +5857,6 @@ if test "${with_cross_host+set}" = set; then fi; -# automake wants to see AC_EXEEXT. But we don't need it. And having -# it is actually a problem, because the compiler we're passed can't -# necessarily do a full link. So we fool automake here. -if false; then - # autoconf 2.50 runs AC_EXEEXT by default, and the macro expands - # to nothing, so nothing would remain between `then' and `fi' if it - # were not for the `:' below. - : - -fi - echo "$as_me:$LINENO: checking whether Solaris gcc optimization fix is necessary" >&5 echo $ECHO_N "checking whether Solaris gcc optimization fix is necessary... $ECHO_C" >&6 case "$host" in |