Fix typo that caused sys_lib_search_path_spec to be wrong.

* m4/libtool.m4: s/lt_fooi/lt_foo/.
Reported by Paul Seidler <sepek@lavabit.com>
This commit is contained in:
Peter O'Gorman 2012-03-16 13:23:13 -05:00 committed by Gary V. Vaughan
parent 47a889a4ca
commit d60b4387c1

2
m4/libtool.m4 vendored
View File

@ -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 != ".") {