mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-03 20:24:29 +00:00
Configure wording tweak.
This commit is contained in:
parent
6bee44d640
commit
f52bac22f6
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…
x
Reference in New Issue
Block a user