diff options
author | lloyd <[email protected]> | 2008-09-30 19:19:35 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2008-09-30 19:19:35 +0000 |
commit | 77efaf2fb497e9b77d33c939bd044edbc6d10d33 (patch) | |
tree | ac1d659be03165b9aec4cbc5d1f46c1b6ad47d36 | |
parent | ef3e2999800032f9802781e450154cbc0dc73d60 (diff) |
Queit
-rwxr-xr-x | configure.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.pl b/configure.pl index 01797d0c8..f8f58088c 100755 --- a/configure.pl +++ b/configure.pl @@ -480,7 +480,7 @@ sub can_enable_module { } } - autoconfig("Could not get a dep match for $_ for mod $mod"); + #autoconfig("Could not get a dep match for $_ for mod $mod"); # Could not find a match return ''; } |