diff options
author | Jan Djärv <jan.h.d@swipnet.se> | 2004-11-02 16:26:46 +0000 |
---|---|---|
committer | Jan Djärv <jan.h.d@swipnet.se> | 2004-11-02 16:26:46 +0000 |
commit | d0a80c21f31969243fa4ebc98883ba40c9987bc2 (patch) | |
tree | 9f9959390739eda85e7cbb65fbd7916b426d6d24 /configure | |
parent | a11e1dce8fc37f32ffa428032e868369c7a6aa0f (diff) | |
download | emacs-d0a80c21f31969243fa4ebc98883ba40c9987bc2.tar.gz |
* configure.in (HAVE_GTK): Only set with_toolkit_scroll_bars if not
explicitly set to no.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
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 |