Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d0a80c21
Commit
d0a80c21
authored
Nov 02, 2004
by
Jan Djärv
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not
explicitly set to no.
parent
a11e1dce
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
ChangeLog
ChangeLog
+3
-0
configure
configure
+3
-1
configure.in
configure.in
+3
-1
No files found.
ChangeLog
View file @
d0a80c21
...
...
@@ -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>
...
...
configure
View file @
d0a80c21
...
...
@@ -9797,7 +9797,9 @@ _ACEOF
USE_X_TOOLKIT=none
if test "$with_toolkit_scroll_bars" != no; then
with_toolkit_scroll_bars=yes
fi
HAVE_GTK_MULTIDISPLAY=no
...
...
configure.in
View file @
d0a80c21
...
...
@@ -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.
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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment