From a6fb5885c6c714c2067a824f8cf6bf658ac75d60 Mon Sep 17 00:00:00 2001 From: Yuuki Harano Date: Sun, 12 Jan 2020 01:29:39 +0900 Subject: [PATCH] =?UTF-8?q?jpeglib=20=E3=82=92=E4=BD=BF=E3=81=88=E3=82=8B?= =?UTF-8?q?=E3=82=88=E3=81=86=E3=81=AB=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit imagemagick がうまく機能してるので気付かなかった… --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 522057f9f6c2..02a5ba8dafb8 100644 --- a/configure.ac +++ b/configure.ac @@ -3660,7 +3660,7 @@ HAVE_JPEG=no LIBJPEG= if test "${NS_IMPL_COCOA}" = yes; then : # Cocoa provides its own jpeg support, so do nothing. -elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then +elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes" || test "$window_system" = "pgtk"; then if test "${with_jpeg}" != "no"; then AC_CACHE_CHECK([for jpeglib 6b or later], [emacs_cv_jpeglib],