summaryrefslogtreecommitdiffstats
path: root/filters/chalk/magick/configure.in.bot
blob: 2d3cb2ca9f0220ceca8dd70c5c5ecb2b76737af7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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