* configure.in: Allow Emacs to actually be built with xaw scroll-bars.
authorGlenn Morris <rgm@gnu.org>
Tue, 31 Jan 2012 02:43:59 +0000 (18:43 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 31 Jan 2012 02:43:59 +0000 (18:43 -0800)
ChangeLog
configure.in

index 6a085fb..54f5a80 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-01-31  Glenn Morris  <rgm@gnu.org>
+
+       * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
+
 2012-01-30  Eli Zaretskii  <eliz@gnu.org>
 
        * lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
index 889aac4..7ec17a1 100644 (file)
@@ -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