Integrate change #9306 from maintperl into mainline,
[p5sagit/p5-mst-13.2.git] / ext / DynaLoader / hints / linux.pl
CommitLineData
ea5147f1 1# XXX Configure test needed.
2# Some Linux releases like to hide their <nlist.h>
3$self->{CCFLAGS} = $Config{ccflags} . ' -I/usr/include/libelf'
4 if -f "/usr/include/libelf/nlist.h";