Configure wording tweak.
authorGlenn Morris <rgm@gnu.org>
Thu, 2 Feb 2012 19:13:36 +0000 (14:13 -0500)
committerGlenn Morris <rgm@gnu.org>
Thu, 2 Feb 2012 19:13:36 +0000 (14:13 -0500)
autogen/configure
configure.in

index 62af58d..a83a6bd 100755 (executable)
@@ -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
index 1d38102..0277c0a 100644 (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