diff options
author | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-26 18:43:27 +0000 |
---|---|---|
committer | Nathanael Nerode <neroden@gcc.gnu.org> | 2004-02-26 18:43:27 +0000 |
commit | 8c048b48516bfee7eb758e5ac86ae94181638c99 (patch) | |
tree | 03db2ab4e496b63c19db57d6650228c589441ca3 /boehm-gc/configure | |
parent | b178305dfd934a716c1175039bec2f5f73215fc1 (diff) | |
download | gcc-8c048b48516bfee7eb758e5ac86ae94181638c99.zip gcc-8c048b48516bfee7eb758e5ac86ae94181638c99.tar.gz gcc-8c048b48516bfee7eb758e5ac86ae94181638c99.tar.bz2 |
configure.in: Remove more obsolete, bogus code.
* configure.in: Remove more obsolete, bogus code.
* configure: Regenerate.
From-SVN: r78512
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 b5ff18c..928944a 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 |