Merge from 1.1 branch.

This commit is contained in:
Scott Ehlert
2008-12-07 20:52:06 -06:00
15 changed files with 15 additions and 14 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ all: check
$(MAKE) -f Makefile extension
check:
if [ "$(USEMETA)" == "true" ] && [ "$(ENGSET)" == "false" ]; then \
if [ "$(USEMETA)" = "true" ] && [ "$(ENGSET)" = "false" ]; then \
echo "You must supply ENGINE=left4dead or ENGINE=orangebox or ENGINE=original"; \
exit 1; \
fi