aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xautogen/configure2
-rw-r--r--configure.in2
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=
9839NS_OBJC_OBJ= 9839NS_OBJC_OBJ=
9840if test "${HAVE_NS}" = yes; then 9840if 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=
1569NS_OBJC_OBJ= 1569NS_OBJC_OBJ=
1570if test "${HAVE_NS}" = yes; then 1570if 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