home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / ext / DynaLoader / hints / linux.pl < prev    next >
Encoding:
Text File  |  1999-07-20  |  181 b   |  5 lines

  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";
  5.