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.in | |
parent | f117c226d09f008ea965ec4c3eab2a1e66e94671 (diff) | |
download | emacs-f0e04acc753e3404cd4b2a4a1b904c6a7ebbe8c6.tar.gz |
Deprecate Mac Carbon port.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 8 |
1 files changed, 8 insertions, 0 deletions
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 && |