projects
/
imager.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c2b7cf
)
fix a stupid logic error
author
Tony Cook
<tony@develop=help.com>
Thu, 10 May 2007 14:35:49 +0000
(14:35 +0000)
committer
Tony Cook
<tony@develop=help.com>
Thu, 10 May 2007 14:35:49 +0000
(14:35 +0000)
Makefile.PL
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index 137d72179977dd8c1e3ad0b66e04fbbcf54eecab..56b0852f7a95d66c764d53ae84e8b39458dfbf0b 100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-824,7
+824,7
@@
sub _make_I {
my ($inc_dir) = @_;
$definc{$inc_dir}
-
or
return '';
+
and
return '';
$inc_dir =~ / / ? qq!-I"$inc_dir"! : "-I$inc_dir";
}