made image magick required

This commit is contained in:
JT Smith 2005-03-04 16:42:28 +00:00
parent 15fe4edfab
commit a83e8b85c1
6 changed files with 45 additions and 40 deletions

View file

@ -239,11 +239,12 @@ if (eval { require Time::HiRes }) {
}
}
print "Image::Magick module (optional) .......... ";
print "Image::Magick module ..................... ";
if (eval { require Image::Magick }) {
print "OK\n";
} else {
print "Not installed. Thumbnailing will be disabled.\n";
print "Please install.\n";
$prereq = 0;
}
# this is here to insure they installed correctly.