projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43e79d4
)
Don't error on non-toolkit NS scrollbars (bug#37042)
author
Alan Third
<alan@idiocy.org>
Wed, 1 Jan 2020 11:44:21 +0000
(11:44 +0000)
committer
Alan 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 3fa031d8077f7f814b2aef8e31d37e7fca8ecf67..8a13b36e942576329b0f57c8c3f529697eff6672 100644
(file)
--- 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