emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r110016: * configure.ac: Report Gtk+


From: Jan D.
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r110016: * configure.ac: Report Gtk+ 3 as GTK.
Date: Thu, 13 Sep 2012 14:02:00 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 110016
committer: Jan D. <address@hidden>
branch nick: trunk
timestamp: Thu 2012-09-13 14:02:00 +0200
message:
  * configure.ac: Report Gtk+ 3 as GTK.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-09-13 06:27:21 +0000
+++ b/ChangeLog 2012-09-13 12:02:00 +0000
@@ -1,6 +1,7 @@
 2012-09-13  Jan Djärv  <address@hidden>
 
        * configure.ac: Reorder Xaw3d messages.
+       Report Gtk+ 3 as GTK.
 
 2012-09-13  Paul Eggert  <address@hidden>
 

=== modified file 'configure.ac'
--- a/configure.ac      2012-09-13 06:27:21 +0000
+++ b/configure.ac      2012-09-13 12:02:00 +0000
@@ -4384,11 +4384,7 @@
 #### It makes printing result more understandable as using GTK sets
 #### toolkit_scroll_bars to yes by default.
 if test "${HAVE_GTK}" = "yes"; then
-  if test "${with_gtk3}" = "yes"; then
-    USE_X_TOOLKIT=GTK3
-  else
-    USE_X_TOOLKIT=GTK
-  fi
+  USE_X_TOOLKIT=GTK
 fi
 
 echo "


reply via email to

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