Fix macro "AC_HELP_STRING" is obsolete (m4)

Change-Id: I0b19293d72f3428004ffc8fc7874420b0ff95bf3
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/124347
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Julien Nabet 2021-10-28 22:47:47 +02:00
parent cf158b801a
commit 9117e1c291

View file

@ -22,7 +22,7 @@ dnl with a changed API.
dnl
AC_DEFUN([AM_PATH_LIBGCRYPT],
[ AC_ARG_WITH(libgcrypt-prefix,
AC_HELP_STRING([--with-libgcrypt-prefix=PFX],
AS_HELP_STRING([--with-libgcrypt-prefix=PFX],
[prefix where LIBGCRYPT is installed (optional)]),
libgcrypt_config_prefix="$withval", libgcrypt_config_prefix="")
if test x$libgcrypt_config_prefix != x ; then