gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnurl] 202/222: INSTALL: add missing space for configure commands


From: gnunet
Subject: [gnurl] 202/222: INSTALL: add missing space for configure commands
Date: Thu, 07 Nov 2019 00:11:38 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnurl.

commit 4011802b35638e311e548e8893fa74373275145a
Author: Trivikram Kamat <address@hidden>
AuthorDate: Tue Oct 29 08:20:14 2019 -0700

    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`

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]