diff options
author | NIIBE Yutaka <[email protected]> | 2022-11-02 01:09:55 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-11-02 01:12:48 +0000 |
commit | 9f5e11729260b814c4903e2fbccfb3855073abd2 (patch) | |
tree | 3a42f1077f795cf2f3346376675680fda1fae4ce /m4/libassuan.m4 | |
parent | build: Prefer gpgrt-config when available. (diff) | |
download | gpgme-9f5e11729260b814c4903e2fbccfb3855073abd2.tar.gz gpgme-9f5e11729260b814c4903e2fbccfb3855073abd2.zip |
build: Update libassuan.m4.
* m4/libassuan.m4: Update from libassuan master.
--
GnuPG-bug-id: 5034
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to '')
-rw-r--r-- | m4/libassuan.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/libassuan.m4 b/m4/libassuan.m4 index df504841..79391bb4 100644 --- a/m4/libassuan.m4 +++ b/m4/libassuan.m4 @@ -9,7 +9,7 @@ dnl This file is distributed in the hope that it will be useful, but dnl WITHOUT ANY WARRANTY, to the extent permitted by law; without even the dnl implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. dnl SPDX-License-Identifier: FSFULLR -# Last-changed: 2020-11-17 +# Last-changed: 2022-11-01 dnl dnl Common code used for libassuan detection [internal] @@ -28,7 +28,7 @@ AC_DEFUN([_AM_PATH_LIBASSUAN_COMMON], fi use_gpgrt_config="" - if test x"${LIBASSUAN_CONFIG}" = x -a x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then + if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then if $GPGRT_CONFIG libassuan --exists; then LIBASSUAN_CONFIG="$GPGRT_CONFIG libassuan" AC_MSG_NOTICE([Use gpgrt-config as libassuan-config]) |