diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-02-16 07:49:26 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-02-16 07:49:26 +0000 |
commit | 0b48acfe664456ecf535a81be69bae8b52ae5631 (patch) | |
tree | da439735b0220fbc42b0ce75127bb5e87d359ad1 /ld/configure | |
parent | ff925e69c551bca76b417c3beb9651746ae021b0 (diff) | |
download | gdb-0b48acfe664456ecf535a81be69bae8b52ae5631.zip gdb-0b48acfe664456ecf535a81be69bae8b52ae5631.tar.gz gdb-0b48acfe664456ecf535a81be69bae8b52ae5631.tar.bz2 |
* configure.in (AC_CHECK_FUNCS): Add glob.
* configure: Regenerated.
* emultempl/elf32.em (<glob.h>): Do not include if HAVE_GLOB is
not defined.
(gld${EMULATION_NAME}_parse_ld_so_conf_include): Do not use glob
if HAVE_GLOB is not defined.
Diffstat (limited to 'ld/configure')
-rwxr-xr-x | ld/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/configure b/ld/configure index a79adf3..5ccd435 100755 --- a/ld/configure +++ b/ld/configure @@ -4635,7 +4635,7 @@ else fi done -for ac_func in sbrk realpath +for ac_func in sbrk realpath glob do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:4642: checking for $ac_func" >&5 |