Deprecate Mac Carbon port.
This commit is contained in:
parent
f117c226d0
commit
f0e04acc75
2 changed files with 16 additions and 0 deletions
8
configure
vendored
8
configure
vendored
|
@ -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 &&
|
||||
|
|
|
@ -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 &&
|
||||
|
|
Loading…
Add table
Reference in a new issue