diff options
author | Richard Henderson <rth@redhat.com> | 2002-03-15 00:44:49 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2002-03-15 00:44:49 +0000 |
commit | 79a26afe8f3c0cf939b17bc0d13e2d8cada0cfcc (patch) | |
tree | ac57be605d858bc02054ae5eaba40fe2694f6001 /gdb/configure.in | |
parent | d9a97237ac326af8ff72545d51b555ef355bfb01 (diff) | |
download | gdb-79a26afe8f3c0cf939b17bc0d13e2d8cada0cfcc.tar.gz |
* configure.in: Detect declaration for canonicalize_file_name.
* utils.c (canonicalize_file_name): Declare, if needed.
(gdb_realpath): Prefer realpath if available and usable.
* config.in, configure: Rebuild.
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 48f7b1a7804..4d9001544dd 100644 --- a/gdb/configure.in +++ b/gdb/configure.in @@ -241,7 +241,7 @@ BFD_NEED_DECLARATION(free) BFD_NEED_DECLARATION(strerror) BFD_NEED_DECLARATION(strdup) BFD_NEED_DECLARATION(strstr) - +BFD_NEED_DECLARATION(canonicalize_file_name) # The following save_state_t checkery is only necessary for HPUX # versions earlier than 10.20. When those fade from memory, this |