Revert yesterday's change, per Bruno's request here:
authorJim Meyering <jim@meyering.net>
Tue, 19 Aug 2003 16:57:41 +0000 (16:57 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 19 Aug 2003 16:57:41 +0000 (16:57 +0000)
http://mail.gnu.org/archive/html/bug-gnulib/2003-08/msg00155.html

m4/lib-ld.m4

index 5bca1f6..a27f547 100644 (file)
@@ -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