No more attempting to edit Pod before the first coffee of the morning.
[p5sagit/p5-mst-13.2.git] / ext / threads / hints / linux.pl
1 # https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=101767
2 # explicit linking is required to ensure the use of versioned symbols
3 $self->{LIBS} = ['-lpthread'] if $Config{libs} =~ /-lpthread/;