From 9b21f59103835313545903a66117b8fe9025bcc7 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Wed, 30 Dec 1998 07:12:35 +0000 Subject: [PATCH] Fix an error message --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Configure b/Configure index 91b3404b8c..3ba5726f93 100755 --- 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 -- 2.25.1