diff options
author | NIIBE Yutaka <[email protected]> | 2022-04-08 00:19:19 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-04-08 00:19:19 +0000 |
commit | b10791b055f00a3212d7d44449b2836115b274d4 (patch) | |
tree | 1db70b82ec979d6ed45ce740b119be5b2a4ad9e8 | |
parent | qt,doc: Fix typo and grammar in API documentation (diff) | |
download | gpgme-b10791b055f00a3212d7d44449b2836115b274d4.tar.gz gpgme-b10791b055f00a3212d7d44449b2836115b274d4.zip |
doc: Remove explanation about AM_PATH_GPGME_PTH for GNU Pth.
--
The commit 3ddf4c3d4000a9b0b52180c3aa3acf1387a193bf in 2011 removed
the support.
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r-- | doc/gpgme.texi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/doc/gpgme.texi b/doc/gpgme.texi index cd30810b..a7392d78 100644 --- a/doc/gpgme.texi +++ b/doc/gpgme.texi @@ -601,10 +601,6 @@ does not match the target type you are building for a warning is printed and the string @code{libgcrypt} is appended to the variable @code{gpg_config_script_warn}. -@code{AM_PATH_GPGME_PTH} checks for the version of @acronym{GPGME} -that can be used with GNU Pth, and defines @code{GPGME_PTH_CFLAGS} and -@code{GPGME_PTH_LIBS}. - @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 |