From: Glenn Morris Date: Sat, 26 Jan 2008 21:05:58 +0000 (+0000) Subject: (--with-carbon): Tone down rhetoric in help text. X-Git-Tag: emacs-pretest-23.0.90~8381 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7317f6c66b56413263ab8d1efd14d85e7bf6561;p=emacs.git (--with-carbon): Tone down rhetoric in help text. --- diff --git a/ChangeLog b/ChangeLog index 557f5c27d9e..1f9820d386a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ 2008-01-26 Glenn Morris * configure.in (--without-gcc): By default, neither off nor on. + (--with-carbon): Tone down rhetoric in help text. 2008-01-25 Glenn Morris 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])