diff options
author | Glenn Morris <rgm@gnu.org> | 2008-01-26 21:05:58 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-01-26 21:05:58 +0000 |
commit | f7317f6c66b56413263ab8d1efd14d85e7bf6561 (patch) | |
tree | 706ea6204ae1d023d5b864343321abc7abbd06e6 /configure.in | |
parent | 44f714fda507effc32817d3e3f52260a3abeeb7a (diff) | |
download | emacs-f7317f6c66b56413263ab8d1efd14d85e7bf6561.tar.gz emacs-f7317f6c66b56413263ab8d1efd14d85e7bf6561.tar.bz2 emacs-f7317f6c66b56413263ab8d1efd14d85e7bf6561.zip |
(--with-carbon): Tone down rhetoric in help text.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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]) OPTION_DEFAULT_ON([toolkit-scroll-bars],[don't use Motif or Xaw3d scroll bars]) OPTION_DEFAULT_ON([xaw3d],[don't use Xaw3d]) OPTION_DEFAULT_ON([xim],[don't use X11 XIM]) -OPTION_DEFAULT_OFF([carbon],[use Carbon GUI on Mac OS X. **UNSUPPORTED!**]) +OPTION_DEFAULT_OFF([carbon],[use Carbon GUI on Mac OS X. This is unsupported!]) OPTION_DEFAULT_ON([gpm],[don't use -lgpm for mouse support on a GNU/Linux console]) OPTION_DEFAULT_OFF([dbus],[compile with D-Bus support]) |