From f400bf3f6905e012e8c36862c0b97db28892a06d Mon Sep 17 00:00:00 2001 From: Ray Hogenson Date: Tue, 10 Jan 2012 15:51:25 -0900 Subject: this one actually compiles. Version 1 --- configure | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 246db38..856ff9c 100755 --- a/configure +++ b/configure @@ -1,9 +1,9 @@ -if [[ "$1" == "Linux" ]]; then +if [[ "$1" == "linux" ]]; then cp os/linux/Makefile ./ -elif [[ "$1" == "Windows" ]]; then +elif [[ "$1" == "windows" ]]; then cp os/windows/Makefile ./ else - echo "Error! No os specified" + echo "Error! Please use an os in the os folder (not debian)" exit 1 fi exit 0 -- cgit v1.3.1