Fix an error message
authorRalf S. Engelschall <rse@openssl.org>
Wed, 30 Dec 1998 07:12:35 +0000 (07:12 +0000)
committerRalf S. Engelschall <rse@openssl.org>
Wed, 30 Dec 1998 07:12:35 +0000 (07:12 +0000)
Configure

index 91b3404b8c662a674390089dbba25d1ba39a484b..3ba5726f9314bfb310ed33eb3eca88114c665fae 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -269,7 +269,7 @@ foreach (@ARGV)
                        }
                else
                        {
-                       die "unknown options, only -Dxxx, -Lxxx -lxxx supported\n";
+                       die "unknown options, only -Dxxx, -Lxxx and -lxxx supported\n";
                        }
                }
        else