Silence spurious noise from MakeMaker :
Rafael Garcia-Suarez [Wed, 30 Jul 2003 21:35:08 +0000 (21:35 +0000)]
hint files shouldn't return undef and have set $!.

p4raw-id: //depot/perl@20364

ext/DynaLoader/hints/linux.pl

index 06f4f4c..f7196f8 100644 (file)
@@ -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;