From: Glenn Morris Date: Wed, 7 Nov 2007 04:04:05 +0000 (+0000) Subject: Deprecate Mac Carbon port. X-Git-Tag: emacs-pretest-23.0.90~9843 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0e04acc753e3404cd4b2a4a1b904c6a7ebbe8c6;p=emacs.git Deprecate Mac Carbon port. --- diff --git a/configure b/configure index dfb48837f79..3f71a5b2e93 100755 --- a/configure +++ b/configure @@ -23840,6 +23840,14 @@ if test "$USE_X_TOOLKIT" = GTK; then fi +if test "$HAVE_CARBON" = "yes"; then + echo + echo "Warning: The Mac Carbon port is currently unsupported and has +known problems. It is not recommended for use by non-developers. +Read the emacs-devel archives for more information." + echo +fi + # Remove any trailing slashes in these variables. test "${prefix}" != NONE && diff --git a/configure.in b/configure.in index 34ec52ab92c..12b1347b6d0 100644 --- a/configure.in +++ b/configure.in @@ -3452,6 +3452,14 @@ if test "$USE_X_TOOLKIT" = GTK; then fi +if test "$HAVE_CARBON" = "yes"; then + echo + echo "Warning: The Mac Carbon port is currently unsupported and has +known problems. It is not recommended for use by non-developers. +Read the emacs-devel archives for more information." + echo +fi + # Remove any trailing slashes in these variables. [test "${prefix}" != NONE &&