1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-23 08:38:49 -05:00

INSTALL: add missing space for configure commands

Closes #4539
This commit is contained in:
Trivikram Kamat 2019-10-29 08:20:14 -07:00 committed by Daniel Stenberg
parent 0cbd6f8df7
commit 4011802b35
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View File

@ -68,12 +68,12 @@ you have pkg-config installed, set the pkg-config path first, like this:
Without pkg-config installed, use this:
./configure --with-ssl=/opt/OpenSSL
./configure --with-ssl=/opt/OpenSSL
If you insist on forcing a build without SSL support, even though you may
have OpenSSL installed in your system, you can run configure like this:
./configure --without-ssl
./configure --without-ssl
If you have OpenSSL installed, but with the libraries in one place and the
header files somewhere else, you have to set the `LDFLAGS` and `CPPFLAGS`