commit af7973c0b9526f84877594cf456a1b5c0ea3ebd8
parent 79abcb428ce2794c1224a41118490a158c548001
Author: Paul <paul@claws-mail.org>
Date: Wed, 18 May 2022 11:55:52 +0100
modernize autotools (forgot this file in last commit)
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/m4/gpgme.m4 b/m4/gpgme.m4
@@ -12,8 +12,7 @@
AC_DEFUN([_AM_PATH_GPGME_CONFIG],
[ AC_ARG_WITH(gpgme-prefix,
- AC_HELP_STRING([--with-gpgme-prefix=PFX],
- [prefix where GPGME is installed (optional)]),
+ AS_HELP_STRING([--with-gpgme-prefix=PFX],[prefix where GPGME is installed (optional)]),
gpgme_config_prefix="$withval", gpgme_config_prefix="")
if test "x$gpgme_config_prefix" != x ; then
GPGME_CONFIG="$gpgme_config_prefix/bin/gpgme-config"