From: Peter O'Gorman Date: Fri, 16 Mar 2012 18:23:13 +0000 (-0500) Subject: Fix typo that caused sys_lib_search_path_spec to be wrong. X-Git-Tag: v2.4.2.418~168^2~40 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d60b4387c178100b0bd3835c61d0f4771330bf6a;p=thirdparty%2Flibtool.git Fix typo that caused sys_lib_search_path_spec to be wrong. * m4/libtool.m4: s/lt_fooi/lt_foo/. Reported by Paul Seidler --- diff --git a/m4/libtool.m4 b/m4/libtool.m4 index 85b29a6ef..cb8c4a4ff 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 != ".") {