]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't error on non-toolkit NS scrollbars (bug#37042)
authorAlan Third <alan@idiocy.org>
Wed, 1 Jan 2020 11:44:21 +0000 (11:44 +0000)
committerAlan Third <alan@idiocy.org>
Sat, 18 Jan 2020 15:35:17 +0000 (15:35 +0000)
* configure.ac (HAVE_NS): Don't error, but warn, on non-toolkit
scrollbars.

configure.ac

index 3fa031d8077f7f814b2aef8e31d37e7fca8ecf67..8a13b36e942576329b0f57c8c3f529697eff6672 100644 (file)
@@ -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