diff options
author | truelight <truelight@openttd.org> | 2006-03-14 20:59:03 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2006-03-14 20:59:03 +0000 |
commit | cab087559f4b2aab4d42f32d020ed7717c18e303 (patch) | |
tree | 3cf57eaf6898b72566c3f220690a98a9fa3a4376 /configure | |
parent | c734402a0ace606fca582e987a33d53351ef3248 (diff) | |
download | openttd-cab087559f4b2aab4d42f32d020ed7717c18e303.tar.xz |
(svn r3870) -Fix: missed one item in last commit, tnx glx :)
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ then PARAM="$PARAM MINGW=1 WIN32=1" ;; *) - echo "Unknown OS: $OS" + echo "Unknown OS: $TARGET_OS" exit 1 ;; esac |