projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
52138ef
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/DynaLoader/hints/linux.pl
b/ext/DynaLoader/hints/linux.pl
index
06f4f4c
..
f7196f8
100644
(file)
--- 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;