diff options
| author | Glenn Morris | 2008-01-26 21:05:58 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-26 21:05:58 +0000 |
| commit | f7317f6c66b56413263ab8d1efd14d85e7bf6561 (patch) | |
| tree | 706ea6204ae1d023d5b864343321abc7abbd06e6 | |
| parent | 44f714fda507effc32817d3e3f52260a3abeeb7a (diff) | |
| download | emacs-f7317f6c66b56413263ab8d1efd14d85e7bf6561.tar.gz emacs-f7317f6c66b56413263ab8d1efd14d85e7bf6561.zip | |
(--with-carbon): Tone down rhetoric in help text.
| -rw-r--r-- | ChangeLog | 1 | ||||
| -rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 1 deletions
| @@ -1,6 +1,7 @@ | |||
| 1 | 2008-01-26 Glenn Morris <rgm@gnu.org> | 1 | 2008-01-26 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.in (--without-gcc): By default, neither off nor on. | 3 | * configure.in (--without-gcc): By default, neither off nor on. |
| 4 | (--with-carbon): Tone down rhetoric in help text. | ||
| 4 | 5 | ||
| 5 | 2008-01-25 Glenn Morris <rgm@gnu.org> | 6 | 2008-01-25 Glenn Morris <rgm@gnu.org> |
| 6 | 7 | ||
diff --git a/configure.in b/configure.in index a1db65b9f7a..abf67196b74 100644 --- a/configure.in +++ b/configure.in | |||
| @@ -139,7 +139,7 @@ OPTION_DEFAULT_OFF([gtk],[use GTK toolkit]) | |||
| 139 | OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars]) | 139 | OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars]) |
| 140 | OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) | 140 | OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) |
| 141 | OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) | 141 | OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) |
| 142 | OPTION_DEFAULT_OFF([carbon],[use Carbon GUI on Mac OS X. **UNSUPPORTED!**]) | 142 | OPTION_DEFAULT_OFF([carbon],[use Carbon GUI on Mac OS X. This is unsupported!]) |
| 143 | 143 | ||
| 144 | OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) | 144 | OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) |
| 145 | OPTION_DEFAULT_OFF([dbus],[compile with D-Bus support]) | 145 | OPTION_DEFAULT_OFF([dbus],[compile with D-Bus support]) |