]> git.eshelyaron.com Git - emacs.git/commitdiff
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 62af58d728d85f0d88167dcbe83bb85e5f111f42..a83a6bda55c87572e253a096ce9a0fa58f2515fa 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 1d3810253abffe796d1ee4553fe87de991387bc0..0277c0a6b6049e46a4917913dba5edcb17a03363 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