0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-05-30 08:43:48 +02:00

configure: Fix IRCD_USE_MAGICK defined to 0.

This commit is contained in:
Jason Volk 2021-02-11 11:29:58 -08:00
parent cf674fcdf7
commit daee7001fb

View file

@ -2092,8 +2092,6 @@ dnl IRCD_ENABLE_MAGICK is always defined for use in a constexpr if
AM_COND_IF([IMAGEMAGICK],
[
IRCD_DEFINE(USE_MAGICK, [1], [Magick support is available and enabled])
], [
IRCD_DEFINE(USE_MAGICK, [0], [Magick support is unavailable or disabled])
])
dnl