From 4011802b35638e311e548e8893fa74373275145a Mon Sep 17 00:00:00 2001 From: Trivikram Kamat <16024985+trivikr@users.noreply.github.com> Date: Tue, 29 Oct 2019 08:20:14 -0700 Subject: INSTALL: add missing space for configure commands Closes #4539 --- docs/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 8b9f08d34..78d632c70 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` -- cgit v1.2.1