From 8eb08c8c294f00763961e86cc3370b0ef78c8976 Mon Sep 17 00:00:00 2001 From: Lincoln Ramsay Date: Fri, 17 Apr 2009 15:07:45 +1000 Subject: Allow -help to be used in a non-eval package. The previous logic caused a license check when the eval license file was missing. Reviewed-by: Jason McDonald Task-number: 251339 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index a3a7b2d..9f2b28d 100755 --- a/configure +++ b/configure @@ -205,10 +205,10 @@ earlyArgParse() h|help|--help|-help) if [ "$VAL" = "yes" ]; then OPT_HELP="$VAL" - COMMERCIAL_USER="yes" #doesn't matter we will display the help + COMMERCIAL_USER="no" #doesn't matter we will display the help else UNKNOWN_OPT=yes - COMMERCIAL_USER="yes" #doesn't matter we will display the help + COMMERCIAL_USER="no" #doesn't matter we will display the help fi ;; --*) -- cgit v0.12