Don't error on non-toolkit NS scrollbars (bug#37042)
* configure.ac (HAVE_NS): Don't error, but warn, on non-toolkit scrollbars.
This commit is contained in:
parent
43e79d42f9
commit
1e291a05f3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue