Commit 439114b1 authored by mkanat%bugzilla.org's avatar mkanat%bugzilla.org

Fix checkin nit on bug 344617.

parent 5c6c34a0
...@@ -303,12 +303,12 @@ if ( (!$have_mod{'GD'} || !$have_mod{'GD::Graph'} ...@@ -303,12 +303,12 @@ if ( (!$have_mod{'GD'} || !$have_mod{'GD::Graph'}
if (!$have_mod{'PatchReader'} && !$silent) { if (!$have_mod{'PatchReader'} && !$silent) {
print "If you want to see pretty HTML views of patches, you should "; print "If you want to see pretty HTML views of patches, you should ";
print "install the \nPatchReader module:\n"; 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) { if (!$have_mod{'Net::LDAP'} && !$silent) {
print "If you wish to use LDAP authentication, then you must", print "If you wish to use LDAP authentication, then you must",
" install Net::LDAP:\n", " install Net::LDAP:\n",
"Net::LDAP: " . install_command('Net::LDAP') . "\n"; "Net::LDAP: " . install_command('Net::LDAP') . "\n\n";
} }
if (!$have_one_dbd) { if (!$have_one_dbd) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment