From 14f3f0dfb90c74b7e1bc96c4aee74fb88dd7923b Mon Sep 17 00:00:00 2001 From: Bernhard Schommer Date: Sat, 28 Mar 2015 10:40:53 +0100 Subject: Only for options with value. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 447bc0a2..f9591c0b 100755 --- a/configure +++ b/configure @@ -64,9 +64,9 @@ while : ; do -toolprefix|--toolprefix) toolprefix="$2"; shift;; -no-runtime-lib) - has_runtime_lib=false; shift;; + has_runtime_lib=false;; -no-checklink) - build_checklink=false; shift;; + build_checklink=false;; *) if test -n "$target"; then echo "$usage" 1>&2; exit 2; fi target="$1";; -- cgit