diff options
| author | Paul Eggert | 2013-08-11 15:58:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-08-11 15:58:47 -0700 |
| commit | 8d28d0ac2af6f38abb588efb9f673d0e74768e8a (patch) | |
| tree | f51e442e1ee64d29f663c16e7be91237df6b493e /ChangeLog | |
| parent | 3e41a054bf85132cbc84bb59f4461387dcb31972 (diff) | |
| download | emacs-8d28d0ac2af6f38abb588efb9f673d0e74768e8a.tar.gz emacs-8d28d0ac2af6f38abb588efb9f673d0e74768e8a.zip | |
Add --with-zlib to 'configure'.
* configure.ac: Add --with-zlib option to 'configure', so that Emacs
can be built without zlib. Don't assume that -lz is needed on
non-PNG hosts. Mention zlib configuration status in 'configure' output.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1,3 +1,10 @@ | |||
| 1 | 2013-08-11 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Add --with-zlib to 'configure'. | ||
| 4 | * configure.ac: Add --with-zlib option to 'configure', so that Emacs | ||
| 5 | can be built without zlib. Don't assume that -lz is needed on | ||
| 6 | non-PNG hosts. Mention zlib configuration status in 'configure' output. | ||
| 7 | |||
| 1 | 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> | 8 | 2013-08-11 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 9 | ||
| 3 | * configure.ac: Test for zlib. | 10 | * configure.ac: Test for zlib. |