From: Ben Laurie Date: Mon, 16 Feb 2009 08:43:41 +0000 (+0000) Subject: Don't eat the whole word for -d. This allows -debug to be passed to X-Git-Tag: OpenSSL_0_9_8k~36 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b2dc2e6dacb861acfeaa81315cfeb274e3427f6c;p=oweals%2Fopenssl.git Don't eat the whole word for -d. This allows -debug to be passed to the compiler. --- diff --git a/config b/config index 2455a6f40d..68e7ea1737 100755 --- a/config +++ b/config @@ -29,7 +29,7 @@ EXE="" for i do case "$i" in --d*) PREFIX="debug-";; +-d) PREFIX="debug-";; -t*) TEST="true";; -h*) TEST="true"; cat <