summaryrefslogtreecommitdiff
path: root/m4/lib-ld.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-18 12:13:50 +0000
committerJim Meyering <jim@meyering.net>2003-08-18 12:13:50 +0000
commit4edbebf4d269fb0af2eb6c982ceb833d4226d15e (patch)
treebdd68a9480b38fcd60c9ebeb7130420d966e60ad /m4/lib-ld.m4
parent51a8e701c0c21921d002685acf8fdf09547ed93c (diff)
downloadcoreutils-4edbebf4d269fb0af2eb6c982ceb833d4226d15e.tar.xz
Use `[\t ]', not [ \t] (where \t is a literal TAB).
Diffstat (limited to 'm4/lib-ld.m4')
-rw-r--r--m4/lib-ld.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/lib-ld.m4 b/m4/lib-ld.m4
index 11d0ce773..d6dacffd7 100644
--- a/m4/lib-ld.m4
+++ b/m4/lib-ld.m4
@@ -80,7 +80,7 @@ else
fi
AC_CACHE_VAL(acl_cv_path_LD,
[if test -z "$LD"; then
- IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
for ac_dir in $PATH; do
test -z "$ac_dir" && ac_dir=.
if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then