mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-25 13:09:48 +00:00
* configure.in: Double up brackets in shell case pattern.
This commit is contained in:
parent
d3c324e51d
commit
3435297a00
@ -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
|
||||
|
@ -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)
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user