diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-08-13 21:05:39 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-08-13 21:05:39 +0200 |
commit | be7529e8890f6e8a656efee8bc60c125dc8c2002 (patch) | |
tree | 19b18027d96dc5692a7615070e28b943cbd80d94 /src/auto | |
parent | c771908681bc9ee7689d83e09104cf4c6f984326 (diff) | |
download | vim-git-be7529e8890f6e8a656efee8bc60c125dc8c2002.tar.gz |
patch 8.2.1442: outdated references to the Mac Carbon GUIv8.2.1442
Problem: Outdated references to the Mac Carbon GUI.
Solution: Remove or update references. (Yee Cheng Chin, closes #6703)
Diffstat (limited to 'src/auto')
-rwxr-xr-x | src/auto/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/auto/configure b/src/auto/configure index 5cef55548..c85dec9da 100755 --- a/src/auto/configure +++ b/src/auto/configure @@ -9246,8 +9246,7 @@ $as_echo "yes - automatic GUI support" >&6; } auto) { $as_echo "$as_me:${as_lineno-$LINENO}: result: auto - disable GUI support for Mac OS" >&5 $as_echo "auto - disable GUI support for Mac OS" >&6; } ;; *) { $as_echo "$as_me:${as_lineno-$LINENO}: result: Sorry, $enable_gui GUI is not supported" >&5 -$as_echo "Sorry, $enable_gui GUI is not supported" >&6; } - SKIP_CARBON=YES ;; +$as_echo "Sorry, $enable_gui GUI is not supported" >&6; } ;; esac else |