From: Bruno Haible Date: Fri, 21 Jun 2019 00:52:42 +0000 (+0200) Subject: threadlib: Fix typo (regression from today). X-Git-Tag: v1.0~4840 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=316b626d284a9b71adffa3aecf2bf13aaab98e05;p=gnulib.git threadlib: Fix typo (regression from today). * m4/threadlib.m4 (gl_THREADLIB_BODY): Fix typo in comment marker. --- diff --git a/ChangeLog b/ChangeLog index 5432ec3874..22cbc57672 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2019-06-20 Bruno Haible + + threadlib: Fix typo (regression from today). + * m4/threadlib.m4 (gl_THREADLIB_BODY): Fix typo in comment marker. + 2019-06-20 Bruno Haible windows-thread, windows-tls: Fix compilation error on 32-bit mingw. diff --git a/m4/threadlib.m4 b/m4/threadlib.m4 index f02eb972cc..ca7bc47509 100644 --- a/m4/threadlib.m4 +++ b/m4/threadlib.m4 @@ -162,7 +162,7 @@ int main () ]) if case "$gl_cv_have_weak" in *yes) true;; *) false;; esac; then dnl If we use weak symbols to implement pthread_in_use / pth_in_use / - gnl thread_in_use, we also need to test whether the ISO C 11 thrd_create + dnl thread_in_use, we also need to test whether the ISO C 11 thrd_create dnl facility is in use. AC_CHECK_HEADERS_ONCE([threads.h]) :