* configure.in: Allow Emacs to actually be built with xaw scroll-bars.

This commit is contained in:
Glenn Morris 2012-01-30 18:43:59 -08:00
parent e58e988add
commit 8d8939e858
2 changed files with 5 additions and 1 deletions

View file

@ -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)

View 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