summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/GNUmakefile b/GNUmakefile
index a88455a..347ee9a 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -52,11 +52,11 @@ ifneq ("$(QUANTUMDEPTH)","Q16")
VERSIONS+= -version=$(subst Q,Quantum,$(QUANTUMDEPTH))
endif
-ifneq ("$(MAGICKVERSION)","672")
+ifneq ("$(MAGICKVERSION)","673")
VERSIONS+= -version=MagickCore_$(MAGICKVERSION)
endif
-ifndef VERSIONS
+ifdef VERSIONS
DCFLAGS+=$(VERSIONS)
endif