From: Glenn Morris Date: Thu, 2 Feb 2012 19:13:36 +0000 (-0500) Subject: Configure wording tweak. X-Git-Tag: emacs-pretest-24.0.94~354 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f52bac22f6eed198374b4546e2b07110ea92c5dc;p=emacs.git Configure wording tweak. --- 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