This is an automated email from the ASF dual-hosted git repository.

zwoop pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 753e0dd  Fixing the Magick versioned checks
753e0dd is described below

commit 753e0dd0be99c82c1c7c4a3e0e4d308dea500419
Author: Leif Hedstrom <zw...@apache.org>
AuthorDate: Fri Nov 2 21:25:27 2018 -0600

    Fixing the Magick versioned checks
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index a2f6a10..eb758d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -537,7 +537,7 @@ PKG_CHECK_MODULES([LIBMAGICKCPP],[Magick++ >= 7], [
     enable_image_magick_plugins=yes
   ])
 ],
-
+[
   PKG_CHECK_MODULES([LIBMAGICKCPP],[Magick++ < 7], [
     TS_ADDTO(LIBMAGICKCPP_CFLAGS, [-DMAGICK_VERSION=6])
     have_libmagickcpp=yes
@@ -547,7 +547,7 @@ PKG_CHECK_MODULES([LIBMAGICKCPP],[Magick++ >= 7], [
   ],
   [
     have_libmagickcpp=no
-  ]))
+  ])])
 
 AM_CONDITIONAL([BUILD_IMAGE_MAGICK_PLUGINS], [test 
"x${enable_image_magick_plugins}" = "xyes"])
 

Reply via email to