Skip to content

Instantly share code, notes, and snippets.

@ccoupe
Created August 9, 2017 01:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ccoupe/3af691101f647b965ddc1c8faaaa358d to your computer and use it in GitHub Desktop.
Save ccoupe/3af691101f647b965ddc1c8faaaa358d to your computer and use it in GitHub Desktop.
curl-configure
ccoupe@bronco:~/Projects/shoesdeps/src/curl$ ../cross-curl.sh
checking whether to enable maintainer-specific portions of Makefiles... no
.....
configure: Configured to build curl/libcurl:
curl version: 7.55.0-DEV
Host setup: i686-w64-mingw32
Install prefix: /home/ccoupe/Projects/shoesdeps/mingw
Compiler: i686-w64-mingw32-gcc
SSL support: enabled (OpenSSL)
SSH support: no (--with-libssh2)
zlib support: enabled
GSS-API support: no (--with-gssapi)
TLS-SRP support: enabled
resolver: default (--enable-ares / --enable-threaded-resolver)
IPv6 support: enabled
Unix sockets support: no (--enable-unix-sockets)
IDN support: no (--with-{libidn2,winidn})
Build libcurl: Shared=yes, Static=yes
Built-in manual: no (--enable-manual)
--libcurl option: enabled (--disable-libcurl-option)
Verbose errors: enabled (--disable-verbose)
SSPI support: no (--enable-sspi)
ca cert bundle: no
ca cert path: no
ca fallback: no
LDAP support: no (--enable-ldap / --with-ldap-lib / --with-lber-lib)
LDAPS support: no (--enable-ldaps)
RTSP support: enabled
RTMP support: no (--with-librtmp)
metalink support: no (--with-libmetalink)
PSL support: no (libpsl not found)
HTTP2 support: disabled (--with-nghttp2)
Protocols: DICT FILE FTP FTPS HTTP HTTPS RTSP TFTP
ccoupe@bronco:~/Projects/shoesdeps/src/curl$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment