summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-01-30 18:43:59 -0800
committerGlenn Morris <rgm@gnu.org>2012-01-30 18:43:59 -0800
commit8d8939e85800f1f8957190d27f6a308d5d2d8c53 (patch)
treefa80259629076934c65766d3d3bb212e3b99bfc3 /configure.in
parente58e988add7efd6cdc0b04887d917e3213f97f7b (diff)
downloademacs-8d8939e85800f1f8957190d27f6a308d5d2d8c53.tar.gz
* configure.in: Allow Emacs to actually be built with xaw scroll-bars.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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