emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r107067: Configure wording tweak.


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107067: Configure wording tweak.
Date: Thu, 02 Feb 2012 14:13:36 -0500
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107067
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Thu 2012-02-02 14:13:36 -0500
message:
  Configure wording tweak.
modified:
  autogen/configure
  configure.in
=== modified file 'autogen/configure'
--- a/autogen/configure 2012-02-02 11:17:46 +0000
+++ b/autogen/configure 2012-02-02 19:13:36 +0000
@@ -9839,7 +9839,7 @@
 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

=== modified file 'configure.in'
--- a/configure.in      2012-02-02 02:12:57 +0000
+++ b/configure.in      2012-02-02 19:13:36 +0000
@@ -1569,7 +1569,7 @@
 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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]