diff options
Diffstat (limited to 'm4/ntbtls.m4')
-rw-r--r-- | m4/ntbtls.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/m4/ntbtls.m4 b/m4/ntbtls.m4 index c4e07dc56..7bbd5699c 100644 --- a/m4/ntbtls.m4 +++ b/m4/ntbtls.m4 @@ -50,6 +50,7 @@ AC_DEFUN([AM_PATH_NTBTLS], if test x"${NTBTLS_CONFIG}" = x -a 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]) use_gpgrt_config=yes fi fi |