You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/filters/chalk/magick/configure.in.bot

16 lines
638 B

# ImageMagick is deprecated, we don't care anymore if it's not here
#
#if test -z "$LIBMAGICK_LIBS"; then
# echo ""
# echo "You're missing ImageMagick (>=6.1.0). chalk's ImageMagick import/export"
# echo "filter will not be compiled. You can download ImageMagick from"
# echo "http://www.imagemagick.org/. The ImageMagick filter allows chalk to"
# echo "read and write XCF, PSD, GIF, BMP, and many other image formats."
# echo ""
# echo "If you have problems compiling ImageMagick, please try configuring it using"
# echo "the --without-magick-plus-plus flag, the C++ API isn't needed for chalk."
# echo ""
# all_tests=bad
#fi