From: Yuuki Harano Date: Sat, 11 Jan 2020 16:29:39 +0000 (+0900) Subject: Add support for Jpeglib X-Git-Tag: emacs-29.0.90~3823 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b1cc62cac3af2c17e0a71634571128bce4d42248;p=emacs.git Add support for Jpeglib configure.ac: enable jpeglib support for pgtk jpeglib を使えるようにした。 imagemagick がうまく機能してるので気付かなかった… --- diff --git a/configure.ac b/configure.ac index 6f5ad44295c..16f7ef0e7be 100644 --- a/configure.ac +++ b/configure.ac @@ -3655,7 +3655,7 @@ AC_SUBST(LIBXPM) ### Use -ljpeg if available, unless '--with-jpeg=no'. HAVE_JPEG=no LIBJPEG= -if test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes" \ +if test "${HAVE_X11}" = "yes" || test "$window_system" = "pgtk" || test "${HAVE_W32}" = "yes" \ || test "${HAVE_NS}" = "yes"; then if test "${with_jpeg}" != "no"; then AC_CACHE_CHECK([for jpeglib 6b or later],