aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-11-07 04:04:05 +0000
committerGlenn Morris <[email protected]>2007-11-07 04:04:05 +0000
commitf0e04acc753e3404cd4b2a4a1b904c6a7ebbe8c6 (patch)
treec43807f3c909566c1f54ae4177e03f01ab2846be /configure.in
parentf117c226d09f008ea965ec4c3eab2a1e66e94671 (diff)
Deprecate Mac Carbon port.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 34ec52ab92..12b1347b6d 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 &&