]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix typo.
authorUlrich Drepper <drepper@redhat.com>
Mon, 11 Oct 1999 00:45:48 +0000 (00:45 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 11 Oct 1999 00:45:48 +0000 (00:45 +0000)
sysdeps/unix/sysv/linux/configure.in

index 0ac7d81fbc3844a2573ab959f0090a19f0623bcb..9afcb7751f87f50d316e85619d8f7b98394f5e61 100644 (file)
@@ -105,9 +105,9 @@ case "$machine" in
   i[3456]86* | m68*)
     ldd_rewrite_script=../sysdeps/unix/sysv/linux/ldd-rewrite.sed
     ;;
-    ;;
   sparc/sparc32)
     ldd_rewrite_script=../sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed
+    ;;
   *)
     ;;
 esac