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 44c47bf..16cda86 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -70,7 +70,7 @@ AC_C_CONST AC_CHECK_FUNCS(setpgid sbrk select poll sigaction) -# If we are configured native on Linux, work around problems with sys/procfs.h +# If we are configured native on GNU/Linux, work around problems with sys/procfs.h if test "${target}" = "${host}"; then case "${host}" in i[[3456]]86-*-linux*) |