From 1e291a05f3603ef86ba3666dfdffd1159a36e8cf Mon Sep 17 00:00:00 2001 From: Alan Third Date: Wed, 1 Jan 2020 11:44:21 +0000 Subject: [PATCH] Don't error on non-toolkit NS scrollbars (bug#37042) * configure.ac (HAVE_NS): Don't error, but warn, on non-toolkit scrollbars. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2