X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=Configure;h=f9f92c34ee4be74c80bc15c92c5c98f98fd13306;hp=d7eb1ffe9624a0abb6c559fec9e6e2eefc12afcc;hb=3eb0ed6d914d82e73717e125227acb5a5c36120c;hpb=6242bb9c63784bd878621557d40521c4a40b2ea4;ds=sidebyside diff --git a/Configure b/Configure index d7eb1ffe96..f9f92c34ee 100755 --- a/Configure +++ b/Configure @@ -289,9 +289,13 @@ foreach (@ARGV) { $flags.=$_." "; } + elsif ($_ =~ /^-[fK](.*)$/) + { + $flags.=$_." "; + } else { - die "unknown options, only -Dxxx, -Lxxx and -lxxx supported\n"; + die "unknown options, only -Dxxx, -Lxxx, -lxxx, -fxxx and -Kxxx are supported\n"; } } else