mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 12:28:22 +01:00
It's USE_MAGICK, not USE_MAGIC. Also, we wrap the if/else statement in an ifdef. This doesn't really affect anything since load_magick.c won't be compiled if USE_MAGICK is undefined because of an if statement in the Makefile. But in the off chance that it is somehow, then we will try to load a nonexistent version 6 header file since USE_MAGICK will be interprested as 0 and 0 < 7 is true.
2.9 KiB
2.9 KiB