some bug fixes
This commit is contained in:
parent
0b07a0dff1
commit
370a708ab9
6 changed files with 14 additions and 284 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue