diff options
Diffstat (limited to 'm4/npth.m4')
-rw-r--r-- | m4/npth.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/npth.m4 b/m4/npth.m4 index 7296cbc12..7d3e73f00 100644 --- a/m4/npth.m4 +++ b/m4/npth.m4 @@ -22,6 +22,7 @@ AC_DEFUN([_AM_PATH_NPTH_CONFIG], if test x"$NPTH_CONFIG" = x -a 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]) use_gpgrt_config=yes fi fi |