Skip to content

Commit

Permalink
jpeglib を使えるようにした。
Browse files Browse the repository at this point in the history
imagemagick がうまく機能してるので気付かなかった…
  • Loading branch information
Yuuki Harano committed Jan 11, 2020
1 parent 773ef18 commit a6fb588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit a6fb588

Please sign in to comment.