Mercurial > emacs
comparison etc/NEWS @ 111392:a2ba77c845e9
etc/NEWS: Move --with-crit-dir option to emacs-23.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Wed, 03 Nov 2010 15:53:47 -0400 |
parents | b486cbc37541 |
children | 15a32889e96c |
comparison
equal
deleted
inserted
replaced
111338:f36bcc8c2a23 | 111392:a2ba77c845e9 |
---|---|
34 --- | 34 --- |
35 ** There are new configure options: | 35 ** There are new configure options: |
36 --with-mmdf, --with-mail-unlink, --with-mailhost. | 36 --with-mmdf, --with-mail-unlink, --with-mailhost. |
37 These provide no new functionality, they just remove the need to edit | 37 These provide no new functionality, they just remove the need to edit |
38 lib-src/Makefile by hand in order to use the associated features. | 38 lib-src/Makefile by hand in order to use the associated features. |
39 | |
40 --- | |
41 ** There is a new configure option --with-crt-dir. | |
42 This is only useful if your crt*.o files are in a non-standard location. | |
43 | 39 |
44 --- | 40 --- |
45 ** Emacs can be compiled against Gtk+ 3.0 if you pass --with-x-toolkit=gtk3 | 41 ** Emacs can be compiled against Gtk+ 3.0 if you pass --with-x-toolkit=gtk3 |
46 to configure. Note that other libraries used by Emacs, RSVG and GConf, | 42 to configure. Note that other libraries used by Emacs, RSVG and GConf, |
47 also depend on Gtk+. You can disable them with --without-rsvg and | 43 also depend on Gtk+. You can disable them with --without-rsvg and |