summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJan Djärv <jan.h.d@swipnet.se>2004-11-02 16:26:46 +0000
committerJan Djärv <jan.h.d@swipnet.se>2004-11-02 16:26:46 +0000
commit8673250ffe24eeb26ad1e06c0198841e9db92a0c (patch)
tree168250e111ee1ec9e3e0ba475bb204ae78ec43fd /configure
parent0f1fe1bbecc72dafc358f00a218d84782a5d3f57 (diff)
downloademacs-8673250ffe24eeb26ad1e06c0198841e9db92a0c.tar.gz
* configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not
explicitly set to no.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index d966346868d..c776e1fd633 100755
--- a/configure
+++ b/configure
@@ -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