changeset 9252 | a11e8f6d82d1 |
parent 9165 | 9cd9e1491227 |
child 9277 | 743c0a496aa8 |
--- a/configure Sat Nov 29 11:51:13 2014 -0800 +++ b/configure Sat Nov 29 14:41:18 2014 -0800 @@ -15728,7 +15728,7 @@ else host_lib_path="/usr/$base_libdir /usr/local/$base_libdir" fi - for path in $gcc_bin_path $gcc_lib_path $env_lib_path $host_lib_path; do + for path in $env_lib_path $gcc_bin_path $gcc_lib_path $host_lib_path; do lib=`ls -- $path/$1 2>/dev/null | sed -e '/\.so\..*\./d' -e 's,.*/,,' | sort | tail -1` if test x$lib != x; then echo $lib