emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs-25 644e2fb 1/3: * configure.ac (HAVE_WEBKIT_OSR): Re


From: Glenn Morris
Subject: [Emacs-diffs] emacs-25 644e2fb 1/3: * configure.ac (HAVE_WEBKIT_OSR): Remove broken, duplicated gtk3 test.
Date: Tue, 19 Jan 2016 22:51:55 +0000

branch: emacs-25
commit 644e2fb73aa3968be573b2b1e0b491618f84d47b
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * configure.ac (HAVE_WEBKIT_OSR): Remove broken, duplicated gtk3 test.
---
 configure.ac |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)

diff --git a/configure.ac b/configure.ac
index 95f79ab..d3513ff 100644
--- a/configure.ac
+++ b/configure.ac
@@ -374,7 +374,7 @@ otherwise for the first of 'inotify' or 'gfile' that is 
usable.])
  [with_file_notification=$with_features])
 
 OPTION_DEFAULT_OFF([xwidgets],
-  [enable use of some gtk widgets in Emacs buffers])
+  [enable use of some gtk widgets in Emacs buffers (requires gtk3)])
 
 ## For the times when you want to build Emacs but don't have
 ## a suitable makeinfo, and can live without the manuals.
@@ -2583,12 +2583,9 @@ then
   WEBKIT_REQUIRED=1.4.0
   WEBKIT_MODULES="webkitgtk-3.0 >= $WEBKIT_REQUIRED"
 
-  if test "${with_gtk3}" = "yes"; then
-    PKG_CHECK_MODULES(WEBKIT, $WEBKIT_MODULES, HAVE_WEBKIT=yes, HAVE_WEBKIT=no)
-    if test $HAVE_WEBKIT = yes; then
-       AC_DEFINE([HAVE_WEBKIT_OSR], 1,
-         [Define to 1 if you have webkit_osr support.])
-    fi
+  PKG_CHECK_MODULES(WEBKIT, $WEBKIT_MODULES, HAVE_WEBKIT=yes, HAVE_WEBKIT=no)
+  if test $HAVE_WEBKIT = yes; then
+    AC_DEFINE([HAVE_WEBKIT_OSR], 1, [Define to 1 if you have webkit_osr 
support.])
   fi
 
   GIR_REQUIRED=1.32.1
@@ -5306,8 +5303,8 @@ AS_ECHO(["  Does Emacs use -lXaw3d?                       
          ${HAVE_XAW3D
   Does Emacs directly use zlib?                           ${HAVE_ZLIB}
   Does Emacs have dynamic modules support?                ${HAVE_MODULES}
   Does Emacs use toolkit scroll bars?                     
${USE_TOOLKIT_SCROLL_BARS}
-  Does Emacs support Xwidgets?                            ${HAVE_XWIDGETS}
-      Does xwidgets support webkit(requires gtk3)?        ${HAVE_WEBKIT}
+  Does Emacs support Xwidgets (requires gtk3)?            ${HAVE_XWIDGETS}
+      Does xwidgets support webkit?                       ${HAVE_WEBKIT}
       Does xwidgets support gobject introspection?        ${HAVE_GIR}
 "])
 



reply via email to

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