From: Yuuki Harano Date: Sun, 15 Aug 2021 08:07:56 +0000 (+0900) Subject: * configure.ac: Remove imagemagick special support code for pgtk X-Git-Tag: emacs-29.0.90~3678 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c76d5ff2430fe49d2e498bf75214145fb6620255;p=emacs.git * configure.ac: Remove imagemagick special support code for pgtk When emacs did not support imagemagick 7 and I had imagemagick both 6 and 7, I wanted to use imagemagick 6. The code is not needed any more. --- diff --git a/configure.ac b/configure.ac index 50bbf89d3d6..b1ce80c6f06 100644 --- a/configure.ac +++ b/configure.ac @@ -2613,11 +2613,6 @@ if test "${HAVE_X11}" = "yes" || test "${HAVE_NS}" = "yes" || test "${window_sys EMACS_CHECK_MODULES([IMAGEMAGICK], [Wand >= 6.3.5 Wand != 6.8.2]) fi - if test $HAVE_IMAGEMAGICK != yes; then - IMAGEMAGICK_MODULE="MagickWand-6.Q16HDRI >= 6.3.5 MagickWand-6.Q16HDRI != 6.8.2 MagickWand-6.Q16HDRI < 7 MagickCore-6.Q16HDRI >= 6.9.9 MagickCore-6.Q16HDRI < 7" - EMACS_CHECK_MODULES([IMAGEMAGICK], [$IMAGEMAGICK_MODULE]) - fi - if test $HAVE_IMAGEMAGICK = yes; then OLD_CFLAGS=$CFLAGS OLD_LIBS=$LIBS