aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2024-03-18 13:55:46 +0000
committerWerner Koch <[email protected]>2024-03-18 13:55:46 +0000
commit8a4069527a1f9a3c4cd1615a8beb98f2f3c7a304 (patch)
tree5c819d0ed53538c53d89bf080bc9880bab63b022
parentUpdate NEWS (diff)
downloadgnupg-8a4069527a1f9a3c4cd1615a8beb98f2f3c7a304.tar.gz
gnupg-8a4069527a1f9a3c4cd1615a8beb98f2f3c7a304.zip
build: Update nPth configure macros.
* m4/npth.m4: Update.
-rw-r--r--m4/npth.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/npth.m4 b/m4/npth.m4
index 06cdaeefb..619ed896b 100644
--- a/m4/npth.m4
+++ b/m4/npth.m4
@@ -9,7 +9,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: 2020-11-17
+# Last-changed: 2022-11-01
AC_DEFUN([_AM_PATH_NPTH_CONFIG],
[ AC_ARG_WITH(npth-prefix,
@@ -21,7 +21,7 @@ AC_DEFUN([_AM_PATH_NPTH_CONFIG],
fi
use_gpgrt_config=""
- if test x"$NPTH_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 npth --exists; then
NPTH_CONFIG="$GPGRT_CONFIG npth"
AC_MSG_NOTICE([Use gpgrt-config as npth-config])