From: Rafael Garcia-Suarez Date: Wed, 30 Jul 2003 21:35:08 +0000 (+0000) Subject: Silence spurious noise from MakeMaker : X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6b60bc8c20f4a67591b13726b877b2e48fad78f6;p=p5sagit%2Fp5-mst-13.2.git Silence spurious noise from MakeMaker : hint files shouldn't return undef and have set $!. p4raw-id: //depot/perl@20364 --- diff --git a/ext/DynaLoader/hints/linux.pl b/ext/DynaLoader/hints/linux.pl index 06f4f4c..f7196f8 100644 --- a/ext/DynaLoader/hints/linux.pl +++ b/ext/DynaLoader/hints/linux.pl @@ -2,3 +2,4 @@ # Some Linux releases like to hide their $self->{CCFLAGS} = $Config{ccflags} . ' -I/usr/include/libelf' if -f "/usr/include/libelf/nlist.h"; +1;