From dd8ec7cc69199970ba5a76c37227bce46564f8e1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ulf=20M=C3=B6ller?= Date: Tue, 29 Feb 2000 19:00:48 +0000 Subject: [PATCH] some people can't read :) --- Configure | 1 + 1 file changed, 1 insertion(+) diff --git a/Configure b/Configure index 9f363f6292..8aa96dcb08 100755 --- a/Configure +++ b/Configure @@ -422,6 +422,7 @@ my $target=""; my $options=""; foreach (@ARGV) { + s /^-no-/no-/; # some people just can't read the instructions if (/^no-asm$/) { $no_asm=1; -- 2.34.1