From 986d15ef73106270701616373b778e0332e40555 Mon Sep 17 00:00:00 2001 From: glx Date: Sun, 28 Feb 2010 15:01:57 +0000 Subject: [PATCH] (svn r19290) -Fix (r19285): wrong path in log --- config.lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.lib b/config.lib index 2d84ca4655..234f9e7484 100644 --- a/config.lib +++ b/config.lib @@ -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"