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 | 2651cad68969a16e44981d299bdc29c6de7e9950 (patch) | |
tree | 3cf57eaf6898b72566c3f220690a98a9fa3a4376 /configure | |
parent | 755fff761b9b3ac5e4de4836cccaa3196785c8d7 (diff) | |
download | openttd-2651cad68969a16e44981d299bdc29c6de7e9950.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 |