From: Alan Third Date: Wed, 1 Jan 2020 11:44:21 +0000 (+0000) Subject: Don't error on non-toolkit NS scrollbars (bug#37042) X-Git-Tag: emacs-28.0.90~7908^2~108 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e291a05f3603ef86ba3666dfdffd1159a36e8cf;p=emacs.git Don't error on non-toolkit NS scrollbars (bug#37042) * configure.ac (HAVE_NS): Don't error, but warn, on non-toolkit scrollbars. --- diff --git a/configure.ac b/configure.ac index 3fa031d8077..8a13b36e942 100644 --- a/configure.ac +++ b/configure.ac @@ -2041,7 +2041,7 @@ NS_OBJ= NS_OBJC_OBJ= if test "${HAVE_NS}" = yes; then if test "$with_toolkit_scroll_bars" = "no"; then - AC_MSG_ERROR([Non-toolkit scroll bars are not implemented for Nextstep.]) + AC_MSG_WARN([Non-toolkit scroll bars are not implemented for Nextstep.]) fi window_system=nextstep