diff options
author | Roland McGrath <roland@gnu.org> | 2002-10-18 19:09:06 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-10-18 19:09:06 +0000 |
commit | 667bea233af776b461dafb13cfbd3b1160b7edf5 (patch) | |
tree | 098a09e269360568211b528a09a94251319205f8 /configure.in | |
parent | 69c708edbc722e0f51fe1f6c50ebf1ca7924eb83 (diff) | |
download | glibc-667bea233af776b461dafb13cfbd3b1160b7edf5.tar glibc-667bea233af776b461dafb13cfbd3b1160b7edf5.tar.gz glibc-667bea233af776b461dafb13cfbd3b1160b7edf5.tar.bz2 glibc-667bea233af776b461dafb13cfbd3b1160b7edf5.zip |
* configure.in: Remove bogus echo included in
2002-10-08 Aldy Hernandez <aldyh@redhat.com> change.
* configure: Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.in b/configure.in index e974be76a2..e841f83a40 100644 --- a/configure.in +++ b/configure.in @@ -305,7 +305,6 @@ if test -z "$enable_hacker_mode"; then fi # Brain dead PowerPC box with absolutely no FPU. -echo $host case "$machine-$host_os" in powerpc*-*soft) with_fp=no |