diff options
author | NIIBE Yutaka <[email protected]> | 2022-11-02 01:21:27 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-11-02 01:21:27 +0000 |
commit | 2c1aaed621918d3808e904a34ddcfcb79eb89d96 (patch) | |
tree | 15ff3ab9c5b3e37cbed6d81bb1b39fe53a0028c6 /m4/ntbtls.m4 | |
parent | gpg: Merge --rfc4880bis features into --gnupg (diff) | |
download | gnupg-2c1aaed621918d3808e904a34ddcfcb79eb89d96.tar.gz gnupg-2c1aaed621918d3808e904a34ddcfcb79eb89d96.zip |
build: Update m4 files.
* m4/ksba.m4: Update from libksba master.
* m4/libassuan.m4: Update from libassuan master.
* m4/libgcrypt.m4: Update from libgcrypt master.
* m4/npth.m4: Update from npth master.
* m4/ntbtls.m4: Update from npth master.
--
GnuPG-bug-id: 5034
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'm4/ntbtls.m4')
-rw-r--r-- | m4/ntbtls.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/ntbtls.m4 b/m4/ntbtls.m4 index 55de48317..fff425600 100644 --- a/m4/ntbtls.m4 +++ b/m4/ntbtls.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 -dnl Last-changed: 2020-11-18 +dnl Last-changed: 2022-11-01 dnl AM_PATH_NTBTLS([MINIMUM-VERSION, @@ -36,7 +36,7 @@ AC_DEFUN([AM_PATH_NTBTLS], fi use_gpgrt_config="" - if test x"${NTBTLS_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 ntbtls --exists; then NTBTLS_CONFIG="$GPGRT_CONFIG ntbtls" AC_MSG_NOTICE([Use gpgrt-config as ntbtls-config]) |