From: Jan Djärv Date: Thu, 13 Sep 2012 12:02:00 +0000 (+0200) Subject: * configure.ac: Report Gtk+ 3 as GTK. X-Git-Tag: emacs-24.2.90~286 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4d0b77fc572d0b8e834f5241f39f1b4ce2e6bd63;p=emacs.git * configure.ac: Report Gtk+ 3 as GTK. --- diff --git a/ChangeLog b/ChangeLog index 07558742e86..e46fbef7113 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2012-09-13 Jan Djärv * configure.ac: Reorder Xaw3d messages. + Report Gtk+ 3 as GTK. 2012-09-13 Paul Eggert diff --git a/configure.ac b/configure.ac index a6395dc18c2..ce65f07522d 100644 --- a/configure.ac +++ b/configure.ac @@ -4384,11 +4384,7 @@ End: #### 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 "