X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=Configure;h=ac532bcdb2a45b9ccd7a280844afe491e6f77892;hp=aa818ac053de6227e16757e8286a4c1379002247;hb=d719e60cb40448ae6de4407ac7f2c25644eb1120;hpb=0cb9d93d0c00a547bf2b45cf5a5af41df4e4dc9d diff --git a/Configure b/Configure index aa818ac053..ac532bcdb2 100755 --- a/Configure +++ b/Configure @@ -724,7 +724,7 @@ PROCESS_ARGS: } elsif (/^[-+]/) { - if (/^-[lL](.*)$/) + if (/^-[lL](.*)$/ or /^-Wl,/) { $libs.=$_." "; }