* configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not
explicitly set to no.
This commit is contained in:
parent
a11e1dce8f
commit
d0a80c21f3
3 changed files with 9 additions and 2 deletions
|
@ -2,6 +2,9 @@
|
|||
|
||||
* configure.in (HAVE_GTK_FILE_CHOOSER, $HAVE_GTK_FILE_SELECTION): New
|
||||
tests for new and old GTK file dialogs.
|
||||
(HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set
|
||||
to no.
|
||||
|
||||
* configure: Rebuild
|
||||
|
||||
2004-10-20 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
|
4
configure
vendored
4
configure
vendored
|
@ -9797,7 +9797,9 @@ _ACEOF
|
|||
|
||||
USE_X_TOOLKIT=none
|
||||
|
||||
with_toolkit_scroll_bars=yes
|
||||
if test "$with_toolkit_scroll_bars" != no; then
|
||||
with_toolkit_scroll_bars=yes
|
||||
fi
|
||||
|
||||
HAVE_GTK_MULTIDISPLAY=no
|
||||
|
||||
|
|
|
@ -1967,7 +1967,9 @@ if test "${with_gtk}" = "yes" || test "$USE_X_TOOLKIT" = "gtk"; then
|
|||
|
||||
dnl GTK scrollbars resemble toolkit scrollbars a lot, so to avoid
|
||||
dnl a lot if #ifdef:s, say we have toolkit scrollbars.
|
||||
with_toolkit_scroll_bars=yes
|
||||
if test "$with_toolkit_scroll_bars" != no; then
|
||||
with_toolkit_scroll_bars=yes
|
||||
fi
|
||||
|
||||
dnl Check if we can use multiple displays with this GTK version.
|
||||
dnl If gdk_display_open exists, assume all others are there also.
|
||||
|
|
Loading…
Add table
Reference in a new issue