]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
INSTALL: add missing space for configure commands
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>
Tue, 29 Oct 2019 15:20:14 +0000 (08:20 -0700)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Oct 2019 21:51:07 +0000 (22:51 +0100)
Closes #4539

docs/INSTALL.md

index 8b9f08d34a519b8adb135e502bbee318d3a826cd..78d632c70fca19a14a8b0eafee23627163ee362e 100644 (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`