aboutsummaryrefslogtreecommitdiffstats
path: root/configure.pl
diff options
context:
space:
mode:
authorlloyd <[email protected]>2008-09-28 15:35:57 +0000
committerlloyd <[email protected]>2008-09-28 15:35:57 +0000
commit81fd04cb08fee55dfcbb847a8b94999e0927033e (patch)
treef45d2a22e5e4f2227244de22ac0bbf52d4712f3d /configure.pl
parentea32d18231b9c6c5c84b3754c4249170d3b4e4c0 (diff)
Made a warn into print for testing, but it should stay a warn
Diffstat (limited to 'configure.pl')
-rwxr-xr-xconfigure.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl
index 4158cde07..a3d7181a6 100755
--- a/configure.pl
+++ b/configure.pl
@@ -183,7 +183,7 @@ sub croak {
}
sub warning {
- print with_diagnostic('warning', @_);
+ warn with_diagnostic('warning', @_);
}
sub autoconfig {