diff options
author | lloyd <[email protected]> | 2008-09-29 18:25:28 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-29 18:25:28 +0000 |
commit | 10ad8ef010b1df58ba0db33793031aa80232f07b (patch) | |
tree | b972292849b1da84d11b2ba955ae92807f1c0797 | |
parent | 653cb1c0e041cb8a802f957716d77f569b03c263 (diff) |
Quieter
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index e3c91890f..24ce48d8f 100755 --- a/configure.pl +++ b/configure.pl @@ -488,7 +488,7 @@ sub autoload_modules { } } - autoconfig("Enabling $mod ($realname): loading"); + #autoconfig("Enabling $mod ($realname): loading"); $loaded{$type}{$mod} = 1; $$config{'modules'}{$mod} = 1; } |