From f6f0420dfe612c5668831d273fe32e0e144838d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Fri, 16 Jul 1999 00:49:51 +0000 Subject: [PATCH] Did not check the last SDIR line for excluded algorithms. --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index d88ae23977..b823037c33 100755 --- a/Configure +++ b/Configure @@ -509,13 +509,13 @@ while () { chop; $sdirs = 1 if /^SDIRS=/; - $sdirs = 0 unless /\\$/; if ($sdirs) { my $dir; foreach $dir (@skip) { s/$dir//; } } + $sdirs = 0 unless /\\$/; s/^VERSION=.*/VERSION=$version/; s/^MAJOR=.*/MAJOR=$major/; s/^MINOR=.*/MINOR=$minor/;