blob: f7196f8434650e9de070a70171ce8a409b5eaa7e (
plain) (
blame)
1
2
3
4
5
|
# XXX Configure test needed.
# Some Linux releases like to hide their <nlist.h>
$self->{CCFLAGS} = $Config{ccflags} . ' -I/usr/include/libelf'
if -f "/usr/include/libelf/nlist.h";
1;
|