mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
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:
parent
47a889a4ca
commit
d60b4387c1
2
m4/libtool.m4
vendored
2
m4/libtool.m4
vendored
@ -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 != ".") {
|
||||
|
Loading…
Reference in New Issue
Block a user