diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-02-23 21:54:25 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-02-23 21:54:25 +0000 |
commit | 27aac7ff48e06d83f102a463685bc61469c8265b (patch) | |
tree | cbe9eb2809627cded0e37797cb3c1b693a498abd /gdb/configure | |
parent | 65a6e0eee547e96f0d3d949faebb8cac90e01b0c (diff) | |
download | gdb-27aac7ff48e06d83f102a463685bc61469c8265b.zip gdb-27aac7ff48e06d83f102a463685bc61469c8265b.tar.gz gdb-27aac7ff48e06d83f102a463685bc61469c8265b.tar.bz2 |
* configure.in: (AC_CHECK_FUNCS) Added test for
canonicalize_file_name Regenerated.
* config.in, configure: Regenerated.
* utils.c: (gdb_realpath) If HAVE_CANONICALIZE_FILE_NAME is
defined use canonicalize_file_name.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure index 8a9500b..c111aea 100755 --- a/gdb/configure +++ b/gdb/configure @@ -3582,8 +3582,8 @@ EOF fi -for ac_func in bcopy btowc bzero isascii poll realpath sbrk setpgid setpgrp \ - sigaction sigprocmask sigsetmask +for ac_func in bcopy btowc bzero canonicalize_file_name isascii poll \ + realpath sbrk setpgid setpgrp sigaction sigprocmask sigsetmask do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:3590: checking for $ac_func" >&5 |