mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-23 10:34:07 +00:00
Deprecate Mac Carbon port.
This commit is contained in:
parent
f117c226d0
commit
f0e04acc75
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…
Reference in New Issue
Block a user