summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authortruelight <truelight@openttd.org>2006-03-14 20:59:03 +0000
committertruelight <truelight@openttd.org>2006-03-14 20:59:03 +0000
commitcab087559f4b2aab4d42f32d020ed7717c18e303 (patch)
tree3cf57eaf6898b72566c3f220690a98a9fa3a4376 /configure
parentc734402a0ace606fca582e987a33d53351ef3248 (diff)
downloadopenttd-cab087559f4b2aab4d42f32d020ed7717c18e303.tar.xz
(svn r3870) -Fix: missed one item in last commit, tnx glx :)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index dd25d61a5..38d0ab649 100755
--- a/configure
+++ b/configure
@@ -219,7 +219,7 @@ then
PARAM="$PARAM MINGW=1 WIN32=1"
;;
*)
- echo "Unknown OS: $OS"
+ echo "Unknown OS: $TARGET_OS"
exit 1
;;
esac