diff --git a/Configure b/Configure index aa818ac05..ac532bcdb 100755 --- a/Configure +++ b/Configure @@ -724,7 +724,7 @@ PROCESS_ARGS: } elsif (/^[-+]/) { - if (/^-[lL](.*)$/) + if (/^-[lL](.*)$/ or /^-Wl,/) { $libs.=$_." "; }