(svn r19290) -Fix (r19285): wrong path in log

This commit is contained in:
glx 2010-02-28 15:01:57 +00:00
parent 993d82b879
commit 986d15ef73
1 changed files with 1 additions and 1 deletions

View File

@ -2307,7 +2307,7 @@ detect_library() {
fi
eval "res=\$$2"
if [ -z "$res" ]; then
log 2 " trying /usr/local/include/$4$5... no"
log 2 " trying /mingw/include/$4$5... no"
eval "$2=`ls -1 /opt/local/include/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
fi
eval "res=\$$2"