diff options
author | Mark Alexander <marka@cygnus> | 1998-01-02 18:53:05 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1998-01-02 18:53:05 +0000 |
commit | 3435297a000759a518792277e043be7dfd88afb2 (patch) | |
tree | 625be0174f37081389589ab9e4611dd66e0e109e /gdb/configure.in | |
parent | d3c324e51d8e1076240185ad27520750561c5df4 (diff) | |
download | gdb-3435297a000759a518792277e043be7dfd88afb2.zip gdb-3435297a000759a518792277e043be7dfd88afb2.tar.gz gdb-3435297a000759a518792277e043be7dfd88afb2.tar.bz2 |
* configure.in: Double up brackets in shell case pattern.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r-- | gdb/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 094355d..5dcb025 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -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) ;; |