aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Djärv2012-09-13 14:02:00 +0200
committerJan Djärv2012-09-13 14:02:00 +0200
commit4d0b77fc572d0b8e834f5241f39f1b4ce2e6bd63 (patch)
treec06df847a7cf78fa549bf3198f272ea34f46db22
parentfc0c31f839de077683acaf4e3f9ff9643d468f5f (diff)
downloademacs-4d0b77fc572d0b8e834f5241f39f1b4ce2e6bd63.tar.gz
emacs-4d0b77fc572d0b8e834f5241f39f1b4ce2e6bd63.zip
* configure.ac: Report Gtk+ 3 as GTK.
-rw-r--r--ChangeLog1
-rw-r--r--configure.ac6
2 files changed, 2 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 07558742e86..e46fbef7113 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
12012-09-13 Jan Djärv <jan.h.d@swipnet.se> 12012-09-13 Jan Djärv <jan.h.d@swipnet.se>
2 2
3 * configure.ac: Reorder Xaw3d messages. 3 * configure.ac: Reorder Xaw3d messages.
4 Report Gtk+ 3 as GTK.
4 5
52012-09-13 Paul Eggert <eggert@cs.ucla.edu> 62012-09-13 Paul Eggert <eggert@cs.ucla.edu>
6 7
diff --git a/configure.ac b/configure.ac
index a6395dc18c2..ce65f07522d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4384,11 +4384,7 @@ End:
4384#### It makes printing result more understandable as using GTK sets 4384#### It makes printing result more understandable as using GTK sets
4385#### toolkit_scroll_bars to yes by default. 4385#### toolkit_scroll_bars to yes by default.
4386if test "${HAVE_GTK}" = "yes"; then 4386if test "${HAVE_GTK}" = "yes"; then
4387 if test "${with_gtk3}" = "yes"; then 4387 USE_X_TOOLKIT=GTK
4388 USE_X_TOOLKIT=GTK3
4389 else
4390 USE_X_TOOLKIT=GTK
4391 fi
4392fi 4388fi
4393 4389
4394echo " 4390echo "