comparison src/configure.ac @ 21785:c346db463a59 v8.2.1442

patch 8.2.1442: outdated references to the Mac Carbon GUI Commit: https://github.com/vim/vim/commit/be7529e8890f6e8a656efee8bc60c125dc8c2002 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Aug 13 21:05:39 2020 +0200 patch 8.2.1442: outdated references to the Mac Carbon GUI Problem: Outdated references to the Mac Carbon GUI. Solution: Remove or update references. (Yee Cheng Chin, closes https://github.com/vim/vim/issues/6703)
author Bram Moolenaar <Bram@vim.org>
date Thu, 13 Aug 2020 21:15:03 +0200
parents e86237409bd2
children f55cba26348f
comparison
equal deleted inserted replaced
21784:a6db2792aefe 21785:c346db463a59
2431 case "$enable_gui_canon" in 2431 case "$enable_gui_canon" in
2432 no) AC_MSG_RESULT(no GUI support) ;; 2432 no) AC_MSG_RESULT(no GUI support) ;;
2433 yes|"") AC_MSG_RESULT(yes - automatic GUI support) 2433 yes|"") AC_MSG_RESULT(yes - automatic GUI support)
2434 gui_auto=yes ;; 2434 gui_auto=yes ;;
2435 auto) AC_MSG_RESULT(auto - disable GUI support for Mac OS) ;; 2435 auto) AC_MSG_RESULT(auto - disable GUI support for Mac OS) ;;
2436 *) AC_MSG_RESULT([Sorry, $enable_gui GUI is not supported]) 2436 *) AC_MSG_RESULT([Sorry, $enable_gui GUI is not supported]) ;;
2437 SKIP_CARBON=YES ;;
2438 esac 2437 esac
2439 else 2438 else
2440 2439
2441 case "$enable_gui_canon" in 2440 case "$enable_gui_canon" in
2442 no|none) AC_MSG_RESULT(no GUI support) ;; 2441 no|none) AC_MSG_RESULT(no GUI support) ;;