]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(AC_LIB_PROG_LD_GNU): Use TAB-SP, not SP-TAB when setting IFS.
authorJim Meyering <jim@meyering.net>
Mon, 26 May 2003 19:29:28 +0000 (19:29 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 26 May 2003 19:29:28 +0000 (19:29 +0000)
m4/lib-ld.m4

index ddb573234cb1f84b26f77646d835818c7ecec567..1532a2959aaf5aef8905431b5cc1106ce53d17d4 100644 (file)
@@ -1,5 +1,5 @@
-# lib-ld.m4 serial 1 (gettext-0.11)
-dnl Copyright (C) 1996-2002 Free Software Foundation, Inc.
+# lib-ld.m4 serial 2
+dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
 dnl This file is free software, distributed under the terms of the GNU
 dnl General Public License.  As a special exception to the GNU General
 dnl Public License, this file may be distributed as part of a program
@@ -67,7 +67,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