threads 1.32
[p5sagit/p5-mst-13.2.git] / ext / threads / hints / linux.pl
CommitLineData
da3f33f8 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/;