mirror of
https://git.code.sf.net/p/quake/quakeforge-old
synced 2025-02-21 19:11:09 +00:00
fixed bashism
This commit is contained in:
parent
590b4c1c58
commit
ceb0162eb0
1 changed files with 2 additions and 2 deletions
|
@ -312,7 +312,7 @@ if test "x$RELEASE" = xyes; then
|
||||||
dnl FIX: Someone PLEASE be so kind as to make this -mcpu stuff sane?
|
dnl FIX: Someone PLEASE be so kind as to make this -mcpu stuff sane?
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
i[34567]86-*-{linux-gnu,freebsd}*)
|
i[34567]86-*-*)
|
||||||
changequote([,])dnl
|
changequote([,])dnl
|
||||||
case "${target_cpu}" in
|
case "${target_cpu}" in
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
|
@ -343,7 +343,7 @@ AC_SUBST(RELEASE_CFLAGS)
|
||||||
AC_MSG_CHECKING(for an Intel machine)
|
AC_MSG_CHECKING(for an Intel machine)
|
||||||
case "${target}" in
|
case "${target}" in
|
||||||
changequote(,)dnl
|
changequote(,)dnl
|
||||||
i[34567]86-*-{linux-gnu,freebsd}*)
|
i[34567]86-*-*)
|
||||||
changequote([,])dnl
|
changequote([,])dnl
|
||||||
INTEL_ARCH=yes
|
INTEL_ARCH=yes
|
||||||
AC_MSG_RESULT(yes)
|
AC_MSG_RESULT(yes)
|
||||||
|
|
Loading…
Reference in a new issue