* configure.in: Double up brackets in shell case pattern.

This commit is contained in:
Mark Alexander 1998-01-02 18:53:05 +00:00
parent d3c324e51d
commit 3435297a00
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Fri Jan 2 18:48:58 1998 Mark Alexander <marka@cygnus.com>
* configure.in: Double up brackets in shell case pattern.
Fri Jan 2 17:06:05 1998 Michael Snyder (msnyder@cleaver.cygnus.com)
* tracepoint.c (finish_tfind_command): improved algorithm for

View File

@ -72,7 +72,7 @@ AC_CHECK_FUNCS(setpgid sbrk select poll sigaction)
# If we are configured native on Linux, work around problems with sys/procfs.h
if test "${target}" = "${host}"; then
case "${host}" in
i[3456]86-*-linux*)
i[[3456]]86-*-linux*)
AC_DEFINE(START_INFERIOR_TRAPS_EXPECTED,"2")
AC_DEFINE(sys_quotactl)
;;