diff options
author | Tom Tromey <tromey@redhat.com> | 2013-11-05 09:54:13 -0700 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2013-11-08 12:30:07 -0700 |
commit | a18d8f10c0434d85b759a646975486ab1d4050d3 (patch) | |
tree | b0c098f432dba2d215f657bc61e8f06a14ee9ea1 /gdb/configure.ac | |
parent | 9467110bae19116ba041118b7d26d675e87506ce (diff) | |
download | gdb-a18d8f10c0434d85b759a646975486ab1d4050d3.zip gdb-a18d8f10c0434d85b759a646975486ab1d4050d3.tar.gz gdb-a18d8f10c0434d85b759a646975486ab1d4050d3.tar.bz2 |
fix a comment in configure.ac
My grepping around showed that HAVE_MULTIPLE_PROC_FDS is only ever
mentioned in a comment in configure.ac. Since the macro is long dead,
let's remove the last mention.
2013-11-08 Tom Tromey <tromey@redhat.com>
* configure: Rebuild.
* configure.ac: Remove mentions of HAVE_MULTIPLE_PROC_FDS.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r-- | gdb/configure.ac | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac index 10fe947..34908ab 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -1389,13 +1389,11 @@ if test "${target}" = "${host}"; then case "${host}" in *-*-sysv4.2* | *-*-sysv5* ) AC_DEFINE(NEW_PROC_API, 1, - [Define if you want to use new multi-fd /proc interface - (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros).]) + [Define if you want to use new multi-fd /proc interface.]) ;; *-*-solaris2.[[6789]] | *-*-solaris2.1[[0-9]]*) AC_DEFINE(NEW_PROC_API, 1, - [Define if you want to use new multi-fd /proc interface - (replaces HAVE_MULTIPLE_PROC_FDS as well as other macros).]) + [Define if you want to use new multi-fd /proc interface.]) ;; mips-sgi-irix5*) # Work around <sys/proc.h> needing _KMEMUSER problem on IRIX 5. |