Make BIO_METHOD struct definitions consistent
[openssl.git] / Configure
index 9624af4820bc2b429ed7c8d00b1d06e0cfbbfda2..26904930163c9b4bc2bef5deeebb791a94f6920a 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -211,6 +211,8 @@ $config{builddir} = abs2rel($blddir);
 my @argvcopy=@ARGV;
 
 if (grep /^reconf(igure)?$/, @argvcopy) {
+    die "reconfiguring with other arguments present isn't supported"
+        if scalar @argvcopy > 1;
     if (-f "./configdata.pm") {
        my $file = "./configdata.pm";
        unless (my $return = do $file) {