diff options
| author | Glenn Morris | 2012-02-02 14:13:36 -0500 |
|---|---|---|
| committer | Glenn Morris | 2012-02-02 14:13:36 -0500 |
| commit | f52bac22f6eed198374b4546e2b07110ea92c5dc (patch) | |
| tree | eb5e09a1e55edefca362bea9bb8ceee45ed2b466 | |
| parent | 6bee44d6400c47201de3abfef17b63ce9acfb8c9 (diff) | |
| download | emacs-f52bac22f6eed198374b4546e2b07110ea92c5dc.tar.gz emacs-f52bac22f6eed198374b4546e2b07110ea92c5dc.zip | |
Configure wording tweak.
| -rwxr-xr-x | autogen/configure | 2 | ||||
| -rw-r--r-- | 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= | |||
| 9839 | NS_OBJC_OBJ= | 9839 | NS_OBJC_OBJ= |
| 9840 | if test "${HAVE_NS}" = yes; then | 9840 | if test "${HAVE_NS}" = yes; then |
| 9841 | if test "$with_toolkit_scroll_bars" = "no"; then | 9841 | if test "$with_toolkit_scroll_bars" = "no"; then |
| 9842 | as_fn_error "Native scroll bars are not implemented for Nextstep." "$LINENO" 5 | 9842 | as_fn_error "Non-toolkit scroll bars are not implemented for Nextstep." "$LINENO" 5 |
| 9843 | fi | 9843 | fi |
| 9844 | 9844 | ||
| 9845 | window_system=nextstep | 9845 | 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= | |||
| 1569 | NS_OBJC_OBJ= | 1569 | NS_OBJC_OBJ= |
| 1570 | if test "${HAVE_NS}" = yes; then | 1570 | if test "${HAVE_NS}" = yes; then |
| 1571 | if test "$with_toolkit_scroll_bars" = "no"; then | 1571 | if test "$with_toolkit_scroll_bars" = "no"; then |
| 1572 | AC_MSG_ERROR([Native scroll bars are not implemented for Nextstep.]) | 1572 | AC_MSG_ERROR([Non-toolkit scroll bars are not implemented for Nextstep.]) |
| 1573 | fi | 1573 | fi |
| 1574 | 1574 | ||
| 1575 | window_system=nextstep | 1575 | window_system=nextstep |