1
0
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:
Jan Djärv 2012-09-13 14:02:00 +02:00
parent fc0c31f839
commit 4d0b77fc57
2 changed files with 2 additions and 5 deletions

View File

@ -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>

View File

@ -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}'.