Fix typo on defining imagemagick version.
commit230a501d36e098867d4c6f692f6c9c9102ffa899
authorRoman Dobosz <gryf73@gmail.com>
Mon, 20 Apr 2020 05:53:22 +0000 (20 07:53 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Mon, 20 Apr 2020 08:03:56 +0000 (20 09:03 +0100)
tree9697efb55c3a193f73d543aa23f9be76d232dff2
parent3022edd060cef498b957dde02ed38617cc01226b
Fix typo on defining imagemagick version.

In this patch we will fix an issue during compilation on systems, which
have ImageMagick version 7, and slightly more recent version of
compiler. If we define USE_MAGICK with null value, compilation will fail
on preprocessor check on such defined variable.
m4/wm_imgfmt_check.m4