tools/perf/build: Split out feature check: 'libperl'
[deliverable/linux.git] / tools / perf / config / feature-checks / test-libperl.c
CommitLineData
7181a671
IM
1#include <EXTERN.h>
2#include <perl.h>
3
4int main(void)
5{
6 perl_alloc();
7
8 return 0;
9}
This page took 0.023925 seconds and 5 git commands to generate.