From: Karl Berry Date: Wed, 24 Sep 2025 15:25:57 +0000 (-0700) Subject: autoupdate X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19afd3f3d1a5cc1f8aa343c0d44840f0e6c58e57;p=thirdparty%2Fgnulib.git autoupdate --- diff --git a/m4/libgcrypt.m4 b/m4/libgcrypt.m4 index 2eefb52155..7cb05badc1 100644 --- a/m4/libgcrypt.m4 +++ b/m4/libgcrypt.m4 @@ -10,7 +10,7 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. # -# Last-changed: 2024-06-13 +# Last-changed: 2025-09-23 dnl @@ -127,7 +127,7 @@ AC_DEFUN([AM_PATH_LIBGCRYPT], fi use_gpgrt_config="" - if test x"$GPGRT_CONFIG" != x -a "$GPGRT_CONFIG" != "no"; then + if test x"$GPGRT_CONFIG" != x && test "$GPGRT_CONFIG" != "no"; then if $GPGRT_CONFIG libgcrypt --exists; then LIBGCRYPT_CONFIG="$GPGRT_CONFIG libgcrypt" AC_MSG_NOTICE([Use gpgrt-config as libgcrypt-config])