fix "tkill" check
authorTom Tromey <tromey@redhat.com>
Mon, 11 Nov 2013 14:35:57 +0000 (07:35 -0700)
committerTom Tromey <tromey@redhat.com>
Mon, 11 Nov 2013 14:35:57 +0000 (07:35 -0700)
commit99c1d4518bf2ff230eaa6ee54c08e85f2d6c008e
treedd357b44c69bcd6b68cd3e46f205173cb3f5ffbb
parent8ca5801b3a05240125a79cd5ba090c98dcc584f8
fix "tkill" check

An earlier patch removed the check for "syscall" since the results
were not used in the C code.  However, the result was used, via the
cache variable, elsewhere in configure.

This patch fixes the problem by checking for "syscall" at the point at
which HAVE_TKILL_SYSCALL is defined.

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

* config.in, configure: Rebuild.
* configure.ac (HAVE_TKILL_SYSCALL): Check for "syscall".
gdb/ChangeLog
gdb/configure
gdb/configure.ac
This page took 0.024475 seconds and 4 git commands to generate.