[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107019: * configure.in: Allow Emacs
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107019: * configure.in: Allow Emacs to actually be built with xaw scroll-bars. |
Date: |
Mon, 30 Jan 2012 18:43:59 -0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107019
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Mon 2012-01-30 18:43:59 -0800
message:
* configure.in: Allow Emacs to actually be built with xaw scroll-bars.
modified:
ChangeLog
configure.in
=== modified file 'ChangeLog'
--- a/ChangeLog 2012-01-30 18:33:36 +0000
+++ b/ChangeLog 2012-01-31 02:43:59 +0000
@@ -1,3 +1,7 @@
+2012-01-31 Glenn Morris <address@hidden>
+
+ * configure.in: Allow Emacs to actually be built with xaw scroll-bars.
+
2012-01-30 Eli Zaretskii <address@hidden>
* lib/makefile.w32-in ($(BLD)/sha1.$(O) $(BLD)/sha256.$(O)
=== modified file 'configure.in'
--- a/configure.in 2012-01-29 15:46:05 +0000
+++ b/configure.in 2012-01-31 02:43:59 +0000
@@ -2249,7 +2249,7 @@
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107019: * configure.in: Allow Emacs to actually be built with xaw scroll-bars.,
Glenn Morris <=