diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-11-25 13:47:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-11-25 13:47:55 +0000 |
commit | e66b6eca3d51457a2348d4dd23638a7b339b9e03 (patch) | |
tree | 240c7a0e16c85b69f4381a7b14c464ec8d1818ec /configure | |
parent | 77dd7355bbaff8beced60b5229fac4bd30960e61 (diff) | |
download | glibc-e66b6eca3d51457a2348d4dd23638a7b339b9e03.tar.gz glibc-e66b6eca3d51457a2348d4dd23638a7b339b9e03.tar.xz glibc-e66b6eca3d51457a2348d4dd23638a7b339b9e03.zip |
Regenerated: autoconf configure.in
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index c5c29d5cd2..acdf255db3 100755 --- a/configure +++ b/configure @@ -907,7 +907,7 @@ mips64*) base_machine=mips64 machine=mips/mips64/$machine ;; mips*) base_machine=mips case "`uname -m`" in IP22) machine=mips/mips3 ;; - *) machine=mips/$machine ,, + *) machine=mips/$machine ;; esac ;; sparc | sparcv[67]) base_machine=sparc machine=sparc/sparc32 ;; |