gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r36344 - libmicrohttpd


From: gnunet
Subject: [GNUnet-SVN] r36344 - libmicrohttpd
Date: Mon, 7 Sep 2015 14:45:23 +0200

Author: Karlson2k
Date: 2015-09-07 14:45:23 +0200 (Mon, 07 Sep 2015)
New Revision: 36344

Modified:
   libmicrohttpd/configure.ac
Log:
configure.ac: update replaced macros

Modified: libmicrohttpd/configure.ac
===================================================================
--- libmicrohttpd/configure.ac  2015-09-07 11:58:44 UTC (rev 36343)
+++ libmicrohttpd/configure.ac  2015-09-07 12:45:23 UTC (rev 36344)
@@ -93,7 +93,7 @@
 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_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)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]