To: perl5-porters@perl.org
Subject: nlist.h add to Configure checks?
Message-Id: <4.1.
19981213221847.00a3e100@pop-server.tampabay.rr.com>
p4raw-id: //depot/cfgperl@2481
ext/DynaLoader/dl_vms.xs VMS implementation
ext/DynaLoader/dl_vmesa.xs VM/ESA implementation
ext/DynaLoader/dlutils.c Dynamic loader utilities for dl_*.xs files
+ext/DynaLoader/hints/linux.pl Hint for DynaLoader for named architecture
ext/Errno/ChangeLog Errno perl module change log
ext/Errno/Errno_pm.PL Errno perl module create script
ext/Errno/Makefile.PL Errno extension makefile writer
--- /dev/null
+# 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";