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 /configure.in | |
parent | 6bee44d6400c47201de3abfef17b63ce9acfb8c9 (diff) | |
download | emacs-f52bac22f6eed198374b4546e2b07110ea92c5dc.tar.gz |
Configure wording tweak.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |