From cab087559f4b2aab4d42f32d020ed7717c18e303 Mon Sep 17 00:00:00 2001 From: truelight Date: Tue, 14 Mar 2006 20:59:03 +0000 Subject: [PATCH] (svn r3870) -Fix: missed one item in last commit, tnx glx :) --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index dd25d61a53..38d0ab6494 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