diff configure @ 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 0d9f8735eca6 e24e2e78deda
line wrap: on
line diff
--- a/configure	Tue Nov 02 16:25:50 2004 +0000
+++ b/configure	Tue Nov 02 16:26:46 2004 +0000
@@ -9797,7 +9797,9 @@
 
   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