mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-23 07:19:15 +00:00
* configure.ac: Report Gtk+ 3 as GTK.
This commit is contained in:
parent
fc0c31f839
commit
4d0b77fc57
@ -1,6 +1,7 @@
|
||||
2012-09-13 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* configure.ac: Reorder Xaw3d messages.
|
||||
Report Gtk+ 3 as GTK.
|
||||
|
||||
2012-09-13 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
|
@ -4384,12 +4384,8 @@ 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
|
||||
fi
|
||||
|
||||
echo "
|
||||
Configured for \`${canonical}'.
|
||||
|
Loading…
Reference in New Issue
Block a user