From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 29 Oct 2019 15:20:14 +0000 (-0700) Subject: INSTALL: add missing space for configure commands X-Git-Tag: curl-7_67_0~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4011802b35638e311e548e8893fa74373275145a;p=thirdparty%2Fcurl.git INSTALL: add missing space for configure commands Closes #4539 --- diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 8b9f08d34a..78d632c70f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -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`