diff options
author | Glenn Morris <rgm@gnu.org> | 2012-02-02 14:13:36 -0500 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2012-02-02 14:13:36 -0500 |
commit | f52bac22f6eed198374b4546e2b07110ea92c5dc (patch) | |
tree | eb5e09a1e55edefca362bea9bb8ceee45ed2b466 | |
parent | 6bee44d6400c47201de3abfef17b63ce9acfb8c9 (diff) | |
download | emacs-f52bac22f6eed198374b4546e2b07110ea92c5dc.tar.gz |
Configure wording tweak.
-rwxr-xr-x | autogen/configure | 2 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/autogen/configure b/autogen/configure index 62af58d728d..a83a6bda55c 100755 --- a/autogen/configure +++ b/autogen/configure @@ -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 diff --git a/configure.in b/configure.in index 1d3810253ab..0277c0a6b60 100644 --- a/configure.in +++ b/configure.in @@ -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 |