fixed bashism

This commit is contained in:
Joseph Carter 2000-01-03 00:49:51 +00:00
parent 590b4c1c58
commit ceb0162eb0

View file

@ -312,7 +312,7 @@ if test "x$RELEASE" = xyes; then
dnl FIX: Someone PLEASE be so kind as to make this -mcpu stuff sane?
case "${target}" in
changequote(,)dnl
i[34567]86-*-{linux-gnu,freebsd}*)
i[34567]86-*-*)
changequote([,])dnl
case "${target_cpu}" in
changequote(,)dnl
@ -343,7 +343,7 @@ AC_SUBST(RELEASE_CFLAGS)
AC_MSG_CHECKING(for an Intel machine)
case "${target}" in
changequote(,)dnl
i[34567]86-*-{linux-gnu,freebsd}*)
i[34567]86-*-*)
changequote([,])dnl
INTEL_ARCH=yes
AC_MSG_RESULT(yes)