>From fbe09b44b5052273fe79ea24365c554a5d54d8ce Mon Sep 17 00:00:00 2001 From: Peter O'Gorman Date: Fri, 16 Mar 2012 13:23:13 -0500 Subject: [PATCH] Fix typo that caused sys_lib_search_path_spec to be wrong. * m4/libtool.m4: s/lt_fooi/lt_foo/. Reported by Paul Seidler --- m4/libtool.m4 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/m4/libtool.m4 b/m4/libtool.m4 index e07ae4a..75bfdb4 100644 --- a/m4/libtool.m4 +++ b/m4/libtool.m4 @@ -2201,7 +2201,7 @@ if test yes = "$GCC"; then done lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' BEGIN {RS = " "; FS = "/|\n";} { - lt_fooi = ""; + lt_foo = ""; lt_count = 0; for (lt_i = NF; lt_i > 0; lt_i--) { if ($lt_i != "" && $lt_i != ".") { -- 1.7.4.4