Fix checkin nit on bug 344617.

git-svn-id: svn://10.0.0.236/trunk@203156 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org
2006-07-19 19:40:46 +00:00
parent 70c73cdc25
commit d76e9017a6

View File

@@ -303,12 +303,12 @@ if ( (!$have_mod{'GD'} || !$have_mod{'GD::Graph'}
if (!$have_mod{'PatchReader'} && !$silent) {
print "If you want to see pretty HTML views of patches, you should ";
print "install the \nPatchReader module:\n";
print "PatchReader: " . install_command("PatchReader") . "\n";
print "PatchReader: " . install_command("PatchReader") . "\n\n";
}
if (!$have_mod{'Net::LDAP'} && !$silent) {
print "If you wish to use LDAP authentication, then you must",
" install Net::LDAP:\n",
"Net::LDAP: " . install_command('Net::LDAP') . "\n";
"Net::LDAP: " . install_command('Net::LDAP') . "\n\n";
}
if (!$have_one_dbd) {