* configure.ac: Report Gtk+ 3 as GTK.
This commit is contained in:
parent
fc0c31f839
commit
4d0b77fc57
2 changed files with 2 additions and 5 deletions
|
@ -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,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 "
|
||||
|
|
Loading…
Add table
Reference in a new issue