comparison 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
comparison
equal deleted inserted replaced
57901:cdbca26f9090 57902:2cc8d9bbb72b
9795 #define HAVE_GTK 1 9795 #define HAVE_GTK 1
9796 _ACEOF 9796 _ACEOF
9797 9797
9798 USE_X_TOOLKIT=none 9798 USE_X_TOOLKIT=none
9799 9799
9800 with_toolkit_scroll_bars=yes 9800 if test "$with_toolkit_scroll_bars" != no; then
9801 with_toolkit_scroll_bars=yes
9802 fi
9801 9803
9802 HAVE_GTK_MULTIDISPLAY=no 9804 HAVE_GTK_MULTIDISPLAY=no
9803 9805
9804 for ac_func in gdk_display_open 9806 for ac_func in gdk_display_open
9805 do 9807 do