aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-11-17 18:34:04 +0000
committerlloyd <[email protected]>2008-11-17 18:34:04 +0000
commit600d55fb0b5eaa2b5fb75aeb90fa155160ecd7d4 (patch)
tree4915a39a15ea65d79141ab33fcaa0ba851708226 /configure.pl
parented7285a54ddc4d6f779cea9e3e46e1e678b3b636 (diff)
Wrap line for readability
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl
index d18189436..687d83c78 100755
--- a/configure.pl
+++ b/configure.pl
@@ -392,7 +392,8 @@ sub choose_target {
if(defined($ccinfo{'compiler_has_tr1'})) {
unless(defined($$config{'tr1'})) {
- autoconfig("Assuming compiler $cc has TR1 headers. Use --with-tr1= to disable");
+ autoconfig('Assuming compiler $cc has TR1 headers. ',
+ 'Use --with-tr1=none to disable');
$$config{'tr1'} = 'system';
}
}