Configure wording tweak.
This commit is contained in:
parent
6bee44d640
commit
f52bac22f6
2 changed files with 2 additions and 2 deletions
2
autogen/configure
vendored
2
autogen/configure
vendored
|
@ -9839,7 +9839,7 @@ NS_OBJ=
|
|||
NS_OBJC_OBJ=
|
||||
if test "${HAVE_NS}" = yes; then
|
||||
if test "$with_toolkit_scroll_bars" = "no"; then
|
||||
as_fn_error "Native scroll bars are not implemented for Nextstep." "$LINENO" 5
|
||||
as_fn_error "Non-toolkit scroll bars are not implemented for Nextstep." "$LINENO" 5
|
||||
fi
|
||||
|
||||
window_system=nextstep
|
||||
|
|
|
@ -1569,7 +1569,7 @@ NS_OBJ=
|
|||
NS_OBJC_OBJ=
|
||||
if test "${HAVE_NS}" = yes; then
|
||||
if test "$with_toolkit_scroll_bars" = "no"; then
|
||||
AC_MSG_ERROR([Native scroll bars are not implemented for Nextstep.])
|
||||
AC_MSG_ERROR([Non-toolkit scroll bars are not implemented for Nextstep.])
|
||||
fi
|
||||
|
||||
window_system=nextstep
|
||||
|
|
Loading…
Add table
Reference in a new issue