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/configure.ac | |
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/configure.ac')
-rw-r--r-- | src/configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/configure.ac b/src/configure.ac index e17a74c9a..a2683a6b1 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -2433,8 +2433,7 @@ elif test "x$MACOS_X" = "xyes" -a "x$with_x" = "xno" ; then yes|"") AC_MSG_RESULT(yes - automatic GUI support) gui_auto=yes ;; auto) AC_MSG_RESULT(auto - disable GUI support for Mac OS) ;; - *) AC_MSG_RESULT([Sorry, $enable_gui GUI is not supported]) - SKIP_CARBON=YES ;; + *) AC_MSG_RESULT([Sorry, $enable_gui GUI is not supported]) ;; esac else |