diff options
author | NIIBE Yutaka <[email protected]> | 2024-06-14 04:51:19 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2024-06-14 04:52:19 +0000 |
commit | 53c367629a6360719b6247d148174c6c66f52020 (patch) | |
tree | 36ea55c0e0d1e32790723af1b7f3bcfce9a0a226 /m4 | |
parent | qt,tests: Fix deprecation warnings (in Qt 6 build) (diff) | |
download | gpgme-53c367629a6360719b6247d148174c6c66f52020.tar.gz gpgme-53c367629a6360719b6247d148174c6c66f52020.zip |
Update gpg-error.m4 again for spell fix.
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'm4')
-rw-r--r-- | m4/gpg-error.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/gpg-error.m4 b/m4/gpg-error.m4 index 3ae32339..2d24071a 100644 --- a/m4/gpg-error.m4 +++ b/m4/gpg-error.m4 @@ -144,7 +144,7 @@ dnl [ACTION-IF-FOUND [, ACTION-IF-NOT-FOUND ]]]) dnl dnl Test for libgpg-error and define GPG_ERROR_CFLAGS, GPG_ERROR_LIBS, dnl GPG_ERROR_MT_CFLAGS, and GPG_ERROR_MT_LIBS. The _MT_ variants are -dnl used for programs requireing real multi thread support. +dnl used for programs requiring real multi thread support. dnl dnl If a prefix option is not used, the config script is first dnl searched in $SYSROOT/bin and then along $PATH. If the used |