aboutsummaryrefslogtreecommitdiff
path: root/ld/configure
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-02-16 07:49:26 +0000
committerMark Mitchell <mark@codesourcery.com>2005-02-16 07:49:26 +0000
commit0b48acfe664456ecf535a81be69bae8b52ae5631 (patch)
treeda439735b0220fbc42b0ce75127bb5e87d359ad1 /ld/configure
parentff925e69c551bca76b417c3beb9651746ae021b0 (diff)
downloadbinutils-0b48acfe664456ecf535a81be69bae8b52ae5631.zip
binutils-0b48acfe664456ecf535a81be69bae8b52ae5631.tar.gz
binutils-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-xld/configure2
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