commit 5b507716cc60ec3c309a128cd80a718170c3a221
parent 6ef62209cbc672ed4df5b92c5903e9a12b5496b1
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Mon, 7 Sep 2015 12:45:23 +0000
configure.ac: update replaced macros
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
@@ -93,7 +93,7 @@ MHD_LIBDEPS=""
MHD_REQ_PRIVATE=''
AC_ARG_WITH([threads],
- [AC_HELP_STRING([--with-threads=LIB],[choose threading library (posix, w32, auto) [auto]])],
+ [AS_HELP_STRING([--with-threads=LIB],[choose threading library (posix, w32, auto) [auto]])],
[], [with_threads='auto'])
test "x$with_threads" = "xwin32" && with_threads='w32'
test "x$with_threads" = "xpthreads" && with_threads='posix'
@@ -731,7 +731,7 @@ have_gnutls_sni=no
have_gnutls_pkgcfg=no
AC_MSG_CHECKING([[how to find GnuTLS library]])
AC_ARG_WITH([[gnutls]],
- [AC_HELP_STRING([[--with-gnutls[=PFX]]],[use GnuTLS for HTTPS support, optional PFX overrides pkg-config data for GnuTLS headers (PFX/include) and libs (PFX/lib)])],
+ [AS_HELP_STRING([[--with-gnutls[=PFX]]],[use GnuTLS for HTTPS support, optional PFX overrides pkg-config data for GnuTLS headers (PFX/include) and libs (PFX/lib)])],
[
case $with_gnutls in
no)