diff options
author | glx <glx@openttd.org> | 2010-02-28 15:01:57 +0000 |
---|---|---|
committer | glx <glx@openttd.org> | 2010-02-28 15:01:57 +0000 |
commit | 986d15ef73106270701616373b778e0332e40555 (patch) | |
tree | ddf3afd9de196c6986e1bb056dcb77f8e16cc47c | |
parent | 993d82b8798a70cdf77141780150a9b1c6bb45bd (diff) | |
download | openttd-986d15ef73106270701616373b778e0332e40555.tar.xz |
(svn r19290) -Fix (r19285): wrong path in log
-rw-r--r-- | config.lib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.lib b/config.lib index 2d84ca465..234f9e748 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" |