Skip to content

Commit a6fb588

Browse files
author
Yuuki Harano
committed
jpeglib を使えるようにした。
imagemagick がうまく機能してるので気付かなかった…
1 parent 773ef18 commit a6fb588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3660,7 +3660,7 @@ HAVE_JPEG=no
36603660
LIBJPEG=
36613661
if test "${NS_IMPL_COCOA}" = yes; then
36623662
: # Cocoa provides its own jpeg support, so do nothing.
3663-
elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
3663+
elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes" || test "$window_system" = "pgtk"; then
36643664
if test "${with_jpeg}" != "no"; then
36653665
AC_CACHE_CHECK([for jpeglib 6b or later],
36663666
[emacs_cv_jpeglib],

0 commit comments

Comments
 (0)