* configure.in: include nlist.h when checking for member som_addr

in struct so_map.
* configure: regenerate.
This commit is contained in:
J.T. Conklin
2001-06-22 16:01:31 +00:00
parent dd9b19ab40
commit 39812cebba
3 changed files with 12 additions and 0 deletions

3
gdb/configure vendored
View File

@@ -5404,6 +5404,9 @@ else
#line 5405 "configure"
#include "confdefs.h"
#include <sys/types.h>
#ifdef HAVE_NLIST_H
#include <nlist.h>
#endif
#include <link.h>
int main() {
struct so_map lm; (void) lm.som_addr;