summaryrefslogtreecommitdiffstats
path: root/thirdparties/win32/configure/curl/configure.sh
blob: 5f53407aedcdc0f1f1653ea22ea2072eb8ebc9f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
./configure \
--build=mingw32 \
--enable-nonblocking \
--enable-http \
--enable-ipv6 \
--disable-thread \
--disable-cookies \
--disable-ftp \
--disable-file \
--disable-ldap \
--disable-gopher \
--disable-dict \
--disable-telnet \
--disable-tftp \
--disable-manual \
--disable-ares \
--disable-verbose \
--disable-sspi \
--disable-debug \
--disable-cookies \
--without-ssl \
--without-libssh2 \
--without-ca-bundle

OpenPOWER on IntegriCloud