# HG changeset patch # User Glenn Morris # Date 1194408024 0 # Node ID a9c20d74abe477baee05ffa669f4395e04681c76 # Parent 017dc6fd9d80a408d7c2721f1b1bdfef0fcc5c7b Deprecate Mac Carbon port. diff -r 017dc6fd9d80 -r a9c20d74abe4 configure.in --- a/configure.in Wed Nov 07 04:00:02 2007 +0000 +++ b/configure.in Wed Nov 07 04:00:24 2007 +0000 @@ -3452,6 +3452,14 @@ 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 &&