From f52bac22f6eed198374b4546e2b07110ea92c5dc Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 2 Feb 2012 14:13:36 -0500 Subject: [PATCH] Configure wording tweak. --- autogen/configure | 2 +- 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 -- 2.39.2