summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2012-02-01 21:12:57 -0500
committerGlenn Morris <rgm@gnu.org>2012-02-01 21:12:57 -0500
commit44f9273998bc2b42e2b17b4bb35b4e0f0e1cf27d (patch)
treeb3005c8ac021b04077e12014ac7f4026516cbbf1 /configure.in
parent953a8c3b9c08da070b7367f3b0c2c5af95e0b130 (diff)
downloademacs-44f9273998bc2b42e2b17b4bb35b4e0f0e1cf27d.tar.gz
Native scroll-bars are not implemented for Nextstep (bug#10673)
* configure.in [HAVE_NS]: Error if use --without-toolkit-scroll-bars. * src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: Unconditionally set to t. * src/nsterm.m (syms_of_nsterm) <x-toolkit-scroll-bars>: * src/w32term.c (syms_of_w32term) <x-toolkit-scroll-bars>: * src/xterm.c (syms_of_xterm) <x-toolkit-scroll-bars>: Doc fix.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 9eae1a51767..1d3810253ab 100644
--- a/configure.in
+++ b/configure.in
@@ -1568,6 +1568,10 @@ ns_frag=/dev/null
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.])
+ fi
+
window_system=nextstep
with_xft=no
# set up packaging dirs