From 8d8939e85800f1f8957190d27f6a308d5d2d8c53 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Mon, 30 Jan 2012 18:43:59 -0800 Subject: [PATCH] * configure.in: Allow Emacs to actually be built with xaw scroll-bars. --- ChangeLog | 4 ++++ configure.in | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 -- 2.39.2