diff options
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) ;; |