summaryrefslogtreecommitdiff
path: root/infrastructure
diff options
context:
space:
mode:
authorBen Summers <ben@fluffy.co.uk>2006-01-05 22:01:34 +0000
committerBen Summers <ben@fluffy.co.uk>2006-01-05 22:01:34 +0000
commit143bb18701167817d218ea7027365a274f6433f4 (patch)
treed09f91c0d09de530e6343fd3dfc986d819a313db /infrastructure
parentbf4817a8f69bc96a62e2c916011c2f4fab89fee8 (diff)
Fix for Darwin: xattr support, remove nasty assembler intercept code, cosmetic in configure
Diffstat (limited to 'infrastructure')
-rw-r--r--infrastructure/BoxPlatform.pm.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/infrastructure/BoxPlatform.pm.in b/infrastructure/BoxPlatform.pm.in
index e3a1a26a..d63d1684 100644
--- a/infrastructure/BoxPlatform.pm.in
+++ b/infrastructure/BoxPlatform.pm.in
@@ -51,7 +51,7 @@ BEGIN
# test for fink installation
if(-d '/sw/include' && -d '/sw/lib')
{
- print "Fink installation detected, will use headers and libraries\n";
+ print "Fink installation detected, will use headers and libraries\n\n\n";
$platform_compile_line_extra = '-I/sw/include ';
$platform_link_line_extra = '-L/sw/lib ';
}