Remove extra brackets in configure.host

This table is no longer in configure.ac, needing
protection from m4.
This commit is contained in:
Richard Henderson
2015-01-13 07:23:48 -08:00
parent f27c4e4673
commit e46842b414

View File

@@ -194,7 +194,7 @@ case "${host}" in
SOURCES="ffi.c sysv.S"
;;
sh-*-* | sh[[34]]*-*-*)
sh-*-* | sh[34]*-*-*)
TARGET=SH; TARGETDIR=sh
SOURCES="ffi.c sysv.S"
;;