all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Alan Third <alan@idiocy.org>
To: Philipp <p.stephani2@gmail.com>
Cc: 37042@debbugs.gnu.org
Subject: bug#37042: 27.0.50; configure --without-all doesn't work on macOS
Date: Wed, 01 Jan 2020 11:46:50 +0000	[thread overview]
Message-ID: <m25zhvv1p1.fsf@breton.holly.idiocy.org> (raw)
In-Reply-To: <m2mugayze9.fsf@gmail.com> (Philipp's message of "Thu, 15 Aug 2019 21:58:06 +0200")

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

Philipp <p.stephani2@gmail.com> writes:

> configure: error: Non-toolkit scroll bars are not implemented for Nextstep.
>
>
> It's trivial to work around this (pass --with-toolkit-scroll-bars), but
> it would be nice if the workaround weren't necessary.

Perhaps we should just warn instead of erroring.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-configure.ac-HAVE_NS-Don-t-error-on-non-toolkit-scro.patch --]
[-- Type: text/x-patch, Size: 749 bytes --]

From dee6bcdaa94fe4044278793357f45d855fb8c79c Mon Sep 17 00:00:00 2001
From: Alan Third <alan@idiocy.org>
Date: Wed, 1 Jan 2020 11:44:21 +0000
Subject: [PATCH] * configure.ac (HAVE_NS): Don't error on non-toolkit
 scrollbars.

---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 1c3fe7853e..ea448681d5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2050,7 +2050,7 @@ AC_DEFUN
 NS_OBJC_OBJ=
 if test "${HAVE_NS}" = yes; then
   if test "$with_toolkit_scroll_bars" = "no"; then
-    AC_MSG_ERROR([Non-toolkit scroll bars are not implemented for Nextstep.])
+    AC_MSG_WARN([Non-toolkit scroll bars are not implemented for Nextstep.])
   fi
 
   window_system=nextstep
-- 
2.24.0


[-- Attachment #3: Type: text/plain, Size: 16 bytes --]


-- 
Alan Third

  reply	other threads:[~2020-01-01 11:46 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-08-15 19:58 bug#37042: 27.0.50; configure --without-all doesn't work on macOS Philipp
2020-01-01 11:46 ` Alan Third [this message]
2020-01-18 15:37   ` Alan Third

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=m25zhvv1p1.fsf@breton.holly.idiocy.org \
    --to=alan@idiocy.org \
    --cc=37042@debbugs.gnu.org \
    --cc=p.stephani2@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.