don't check for string.h or strings.h
authorTom Tromey <tromey@redhat.com>
Wed, 6 Nov 2013 14:17:47 +0000 (07:17 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 18 Nov 2013 20:29:01 +0000 (13:29 -0700)
commita3d08894e544f6b9e65581469cbbafbe39a353fe
tree11f5b4577b452a1c0c1512012f9b119650c7f07e
parent0e9f083f4cb94a9dc861f38ba151aac06efce2b8
don't check for string.h or strings.h

Now that we are using the gnulib string.h module, we don't need to
check for string.h or strings.h.  This removes the last few checks
from the source and from the configure scripts.

2013-11-18  Tom Tromey  <tromey@redhat.com>

* configure: Rebuild.
* common/common.m4 (GDB_AC_COMMON): Don't check for string.h or
strings.h.

2013-11-18  Tom Tromey  <tromey@redhat.com>

* server.h: Don't check HAVE_STRING_H.
* gdbreplay.c: Don't check HAVE_STRING_H.
* configure: Rebuild.
gdb/ChangeLog
gdb/common/common.m4
gdb/configure
gdb/gdbserver/ChangeLog
gdb/gdbserver/configure
gdb/gdbserver/gdbreplay.c
gdb/gdbserver/server.h
This page took 0.026032 seconds and 4 git commands to generate.