emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1e291a0 1/2: Don't error on non-toolkit NS scrollbars (bug#37042)


From: Alan Third
Subject: master 1e291a0 1/2: Don't error on non-toolkit NS scrollbars (bug#37042)
Date: Sat, 18 Jan 2020 10:36:07 -0500 (EST)

branch: master
commit 1e291a05f3603ef86ba3666dfdffd1159a36e8cf
Author: Alan Third <address@hidden>
Commit: Alan Third <address@hidden>

    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 3fa031d..8a13b36 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]