emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] * configure.ac: Avoid gnulib's test for pthread_sigmask


From: Alex Gramiak
Subject: [PATCH] * configure.ac: Avoid gnulib's test for pthread_sigmask
Date: Thu, 02 May 2019 17:09:10 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.2 (gnu/linux)

The nearby comment states "Avoid gnulib's test for pthread_sigmask", but
the method used doesn't seem to work.

What I see is that gl_INIT is called, which calls
gl_FUNC_PTHREAD_SIGMASK.

The method in the attached patch is the same as used for avoiding other
gnulib tests.

If the test is really to be avoided, then I would think it to be better
to remove m4/pthread_sigmask.m4 so that gl_INIT doesn't include the test
in the first place. It doesn't look like any of the code uses the result
of it.

Attachment: 0001-configure.ac-Avoid-gnulib-s-test-for-pthread_sigmask.patch
Description: pthread_sigmask avoidance


reply via email to

[Prev in Thread] Current Thread [Next in Thread]