We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773ef18 commit a6fb588Copy full SHA for a6fb588
configure.ac
@@ -3660,7 +3660,7 @@ HAVE_JPEG=no
3660
LIBJPEG=
3661
if test "${NS_IMPL_COCOA}" = yes; then
3662
: # Cocoa provides its own jpeg support, so do nothing.
3663
-elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes"; then
+elif test "${HAVE_X11}" = "yes" || test "${HAVE_W32}" = "yes" || test "$window_system" = "pgtk"; then
3664
if test "${with_jpeg}" != "no"; then
3665
AC_CACHE_CHECK([for jpeglib 6b or later],
3666
[emacs_cv_jpeglib],
0 commit comments