diff options
author | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-07-30 21:35:08 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2003-07-30 21:35:08 +0000 |
commit | 6b60bc8c20f4a67591b13726b877b2e48fad78f6 (patch) | |
tree | 5ad9c1442a488f7d752a29118f06d5892868ac4d | |
parent | 52138ef3a06f8cb332cb62ae77832a62a0223d75 (diff) | |
download | perl-6b60bc8c20f4a67591b13726b877b2e48fad78f6.tar.gz |
Silence spurious noise from MakeMaker :
hint files shouldn't return undef and have set $!.
p4raw-id: //depot/perl@20364
-rw-r--r-- | ext/DynaLoader/hints/linux.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/DynaLoader/hints/linux.pl b/ext/DynaLoader/hints/linux.pl index 06f4f4c1f8..f7196f8434 100644 --- a/ext/DynaLoader/hints/linux.pl +++ b/ext/DynaLoader/hints/linux.pl @@ -2,3 +2,4 @@ # 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; |