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