diff options
author | Glenn Morris <rgm@gnu.org> | 2007-11-07 04:04:05 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2007-11-07 04:04:05 +0000 |
commit | f0e04acc753e3404cd4b2a4a1b904c6a7ebbe8c6 (patch) | |
tree | c43807f3c909566c1f54ae4177e03f01ab2846be /configure | |
parent | f117c226d09f008ea965ec4c3eab2a1e66e94671 (diff) | |
download | emacs-f0e04acc753e3404cd4b2a4a1b904c6a7ebbe8c6.tar.gz |
Deprecate Mac Carbon port.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 8 |
1 files changed, 8 insertions, 0 deletions
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 && |