diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-04-22 01:44:38 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-04-22 01:44:38 +0000 |
commit | e3147bf28665073fd6c24354abd8056e7d6d7d2f (patch) | |
tree | d780b56779c0e1cef9eddc5bc5d8966d719ca48b /gdb/configure.in | |
parent | b90b2ac2ee558d5b62392d3aeb0e73aa392123a1 (diff) | |
download | gdb-e3147bf28665073fd6c24354abd8056e7d6d7d2f.zip gdb-e3147bf28665073fd6c24354abd8056e7d6d7d2f.tar.gz gdb-e3147bf28665073fd6c24354abd8056e7d6d7d2f.tar.bz2 |
Humoring RMS by saying "GNU/Linux" instead of just "Linux"
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*) |