diff configure.in @ 57902:2cc8d9bbb72b

* configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not explicitly set to no.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 02 Nov 2004 16:26:46 +0000
parents eee018b36c35
children 66817306c030 e24e2e78deda
line wrap: on
line diff
--- a/configure.in	Tue Nov 02 16:25:50 2004 +0000
+++ b/configure.in	Tue Nov 02 16:26:46 2004 +0000
@@ -1967,7 +1967,9 @@
 
   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.