emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master c51d7c9e43: * configure.ac (HAVE_GIF): Respect --with-gif on PGTK


From: Po Lu
Subject: master c51d7c9e43: * configure.ac (HAVE_GIF): Respect --with-gif on PGTK. (bug#54633)
Date: Mon, 4 Apr 2022 21:08:46 -0400 (EDT)

branch: master
commit c51d7c9e43f5bb0b030a992b291f31d31702437d
Author: Po Lu <luangruo@yahoo.com>
Commit: Po Lu <luangruo@yahoo.com>

    * configure.ac (HAVE_GIF): Respect --with-gif on PGTK.  (bug#54633)
---
 configure.ac | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 254f15bef3..cda2a04be9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4292,7 +4292,8 @@ if test "${opsys}" = "mingw32"; then
   fi
 elif test "${HAVE_X11}" = "yes" && test "${with_gif}" != "no" \
         || test "${HAVE_W32}" = "yes" || test "${HAVE_NS}" = "yes" \
-       || test "${HAVE_BE_APP}" = "yes" || test "$window_system" = "pgtk"; then
+       || test "${HAVE_BE_APP}" = "yes" || test "$window_system" = "pgtk" \
+       && test "${with_gif}" != "no"; then
   AC_CHECK_HEADER(gif_lib.h,
 # EGifPutExtensionLast only exists from version libungif-4.1.0b1.
 # Earlier versions can crash Emacs, but version 5.0 removes 
EGifPutExtensionLast.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]