emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/configure.in


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/configure.in
Date: Tue, 02 Nov 2004 11:32:24 -0500

Index: emacs/configure.in
diff -c emacs/configure.in:1.376 emacs/configure.in:1.377
*** emacs/configure.in:1.376    Tue Nov  2 07:33:51 2004
--- emacs/configure.in  Tue Nov  2 16:26:45 2004
***************
*** 1967,1973 ****
  
    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
  
    dnl  Check if we can use multiple displays with this GTK version.
    dnl  If gdk_display_open exists, assume all others are there also.
--- 1967,1975 ----
  
    dnl  GTK scrollbars resemble toolkit scrollbars a lot, so to avoid
    dnl  a lot if #ifdef:s, say we have toolkit scrollbars.
!   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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]