summaryrefslogtreecommitdiff
path: root/configure.host
diff options
context:
space:
mode:
authorRichard Henderson <rth@twiddle.net>2015-01-13 07:23:48 -0800
committerRichard Henderson <rth@twiddle.net>2015-01-13 07:23:48 -0800
commite46842b4149e19106a9eb6066ef022d8b6a7ad5d (patch)
treeddb985dd576f04e120470467bbc06c2bc9c860ad /configure.host
parentf27c4e46734fa1342236b16161e6006a9d2557e9 (diff)
downloadlibffi-e46842b4149e19106a9eb6066ef022d8b6a7ad5d.tar.gz
Remove extra brackets in configure.host
This table is no longer in configure.ac, needing protection from m4.
Diffstat (limited to 'configure.host')
-rw-r--r--configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.host b/configure.host
index 5ee632c..8eb8d2d 100644
--- a/configure.host
+++ b/configure.host
@@ -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"
;;