diff options
| author | Glenn Morris | 2010-05-13 00:57:28 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-05-13 00:57:28 -0700 |
| commit | 3369c79f8a06eeca939603781499d903a25896f4 (patch) | |
| tree | b7add0b834587c72d584f3f1e1538596d6b28144 /src/ChangeLog | |
| parent | d5e982a6c1eb2a4ed1af368b6ba815e490b3b9d7 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2010-05-13 Glenn Morris <rgm@gnu.org> | 1 | 2010-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 | ||