Mercurial > emacs
changeset 85957:a9c20d74abe4
Deprecate Mac Carbon port.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 07 Nov 2007 04:00:24 +0000 |
parents | 017dc6fd9d80 |
children | 2babe0c7e252 |
files | configure.in |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 &&