From ceb0162eb0decd892baf4589755beffcacf188db Mon Sep 17 00:00:00 2001 From: Joseph Carter Date: Mon, 3 Jan 2000 00:49:51 +0000 Subject: [PATCH] fixed bashism --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index 9bffbe2..fd804d4 100644 --- a/configure.in +++ b/configure.in @@ -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)