From: Glenn Morris Date: Tue, 31 Jan 2012 02:43:59 +0000 (-0800) Subject: * configure.in: Allow Emacs to actually be built with xaw scroll-bars. X-Git-Tag: emacs-pretest-24.0.94~374 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8d8939e85800f1f8957190d27f6a308d5d2d8c53;p=emacs.git * configure.in: Allow Emacs to actually be built with xaw scroll-bars. --- diff --git a/ChangeLog b/ChangeLog index 6a085fbba9b..54f5a809e5a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-01-31 Glenn Morris + + * configure.in: Allow Emacs to actually be built with xaw scroll-bars. + 2012-01-30 Eli Zaretskii * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O) diff --git a/configure.in b/configure.in index 889aac44b46..7ec17a176d6 100644 --- a/configure.in +++ b/configure.in @@ -2249,7 +2249,7 @@ if test "${with_toolkit_scroll_bars}" != "no"; then AC_DEFINE(USE_TOOLKIT_SCROLL_BARS) HAVE_XAW3D=no USE_TOOLKIT_SCROLL_BARS=yes - elif test "${HAVE_XAW3D}" = "yes"; then + elif test "${HAVE_XAW3D}" = "yes" || test "${USE_X_TOOLKIT}" = "LUCID"; then AC_DEFINE(USE_TOOLKIT_SCROLL_BARS) USE_TOOLKIT_SCROLL_BARS=yes fi