aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2010-05-13 00:57:28 -0700
committerGlenn Morris2010-05-13 00:57:28 -0700
commit3369c79f8a06eeca939603781499d903a25896f4 (patch)
treeb7add0b834587c72d584f3f1e1538596d6b28144 /src/ChangeLog
parentd5e982a6c1eb2a4ed1af368b6ba815e490b3b9d7 (diff)
downloademacs-3369c79f8a06eeca939603781499d903a25896f4.tar.gz
emacs-3369c79f8a06eeca939603781499d903a25896f4.zip
Unify some conditionals in src/Makefile.in.
* src/Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff. (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2ec13974f33..b58bc51d08e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12010-05-13 Glenn Morris <rgm@gnu.org> 12010-05-13 Glenn Morris <rgm@gnu.org>
2 2
3 * Makefile.in (FONT_DRIVERS): Place with other HAVE_X_WINDOWS stuff.
4 (TOOLTIP_SUPPORT): Place with other HAVE_WINDOW_SYSTEM stuff.
5
3 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined, 6 * Makefile.in (FONT_DRIVERS): If HAVE_X_WINDOWS is defined,
4 HAVE_WINDOW_SYSTEM must be too. 7 HAVE_WINDOW_SYSTEM must be too.
5 8