diff options
author | NIIBE Yutaka <[email protected]> | 2022-11-29 02:18:40 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-11-29 02:18:40 +0000 |
commit | a9921d797b45f1ab6766e06c96c6ce880a6427e1 (patch) | |
tree | cf31d2a553b17dccf519010a840d5adea57ae9c7 /doc | |
parent | gpgme.m4: Fix AM_PATH_GPGME_PTHREAD. (diff) | |
download | gpgme-a9921d797b45f1ab6766e06c96c6ce880a6427e1.tar.gz gpgme-a9921d797b45f1ab6766e06c96c6ce880a6427e1.zip |
doc: Don't use AM_PATH_GPGME_PTHREAD any more.
--
GnuPG-bug-id: 6285
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpgme.texi | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index e88bf2ac..f19b8325 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -622,11 +622,13 @@ the program to the @acronym{GPGME} library. @c (in different way), so it's not relevant now. @c -@code{AM_PATH_GPGME_PTHREAD} checks for the version of @acronym{GPGME} -that can be used with the native pthread implementation, and defines -@code{GPGME_PTHREAD_CFLAGS} and @code{GPGME_PTHREAD_LIBS}. Since -version 1.8.0 this is no longer required to GPGME_PTHREAD as -@acronym{GPGME} itself is thread safe. + +@code{AM_PATH_GPGME_PTHREAD} was provided to check for the version of +@acronym{GPGME} with the native pthread implementation, and it defined +@code{GPGME_PTHREAD_CFLAGS} and @code{GPGME_PTHREAD_LIBS}. Since +version 1.8.0 this is no longer necessary, as @acronym{GPGME} itself +is thread safe. Please use plain @code{AM_PATH_GPGME} instead, with +@code{GPGME_CFLAGS} and @code{GPGME_LDFLAGS}. @end defmac |