summaryrefslogtreecommitdiff
path: root/m4/lib-ld.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-08-19 17:02:22 +0000
committerJim Meyering <jim@meyering.net>2003-08-19 17:02:22 +0000
commiteb2f6b8f90a4cd360323980642909c3a5924a842 (patch)
tree64682f21b4a9b67997dc1d43d370a5f6b5478bb7 /m4/lib-ld.m4
parent1b99dfd7cc3f8116f955174a2121ca08821cdc65 (diff)
downloadcoreutils-eb2f6b8f90a4cd360323980642909c3a5924a842.tar.xz
Revert yesterday's change, per Bruno's request here:
http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html
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 5bca1f6e5..a27f5476b 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