diff options
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 3fa031d8077..8a13b36e942 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -2041,7 +2041,7 @@ NS_OBJ= | |||
| 2041 | NS_OBJC_OBJ= | 2041 | NS_OBJC_OBJ= |
| 2042 | if test "${HAVE_NS}" = yes; then | 2042 | if test "${HAVE_NS}" = yes; then |
| 2043 | if test "$with_toolkit_scroll_bars" = "no"; then | 2043 | if test "$with_toolkit_scroll_bars" = "no"; then |
| 2044 | AC_MSG_ERROR([Non-toolkit scroll bars are not implemented for Nextstep.]) | 2044 | AC_MSG_WARN([Non-toolkit scroll bars are not implemented for Nextstep.]) |
| 2045 | fi | 2045 | fi |
| 2046 | 2046 | ||
| 2047 | window_system=nextstep | 2047 | window_system=nextstep |