some bug fixes

This commit is contained in:
JT Smith 2005-02-14 20:56:51 +00:00
parent 0b07a0dff1
commit 370a708ab9
6 changed files with 14 additions and 284 deletions

View file

@ -246,13 +246,6 @@ if (eval { require Image::Magick }) {
print "Not installed. Thumbnailing will be disabled.\n";
}
print "Authen::Smb module (optional) ............ ";
if (eval { require Authen::Smb }) {
print "OK\n";
} else {
print "Not installed. You cannot use SMB authentication.\n";
}
# this is here to insure they installed correctly.
if ($prereq) {