1
0
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:
Glenn Morris 2012-02-02 14:13:36 -05:00
parent 6bee44d640
commit f52bac22f6
2 changed files with 2 additions and 2 deletions

2
autogen/configure vendored
View File

@ -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

View File

@ -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