libmicrohttpd
[Top][All Lists]
Advanced

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

[libmicrohttpd] [autotools] configuration summary for libcurl


From: silvioprog
Subject: [libmicrohttpd] [autotools] configuration summary for libcurl
Date: Fri, 20 Oct 2017 20:57:56 -0300

Hello dudes.

I've used the following configuration in a specific build:

$ ./configure --enable-shared=no --enable-static=yes --enable-https=no --disable-doc --disable-examples --enable-asserts=no --disable-curl

and I've got the following summary:

  libcurl (testing): no, many unit tests will not run
  Target directory:  /mingw32
  Shutdown of listening socket
  trigger select:    no
  Use debug asserts: no
  Messages:          yes
  Basic auth.:       yes
  Digest auth.:      yes
  HTTP "Upgrade":    yes
  Postproc:          yes
  HTTPS support:     no (disabled)

take a look at HTTPS support message, what do you think about libcurl message to use the same format? For example, if the user pass the --disable-curl, the message should be:

  libcurl (testing): no (disabled)

and when curl was not found:

  libcurl (testing): not found (many unit tests will not run)

or something like that. :-)

Thanks!

--
Silvio Clécio

reply via email to

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