summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GIT-INFO2
1 files changed, 1 insertions, 1 deletions
diff --git a/GIT-INFO b/GIT-INFO
index 053369e76..62efbd938 100644
--- a/GIT-INFO
+++ b/GIT-INFO
@@ -14,7 +14,7 @@ To build in environments that support configure, after having extracted
everything from git, do this:
autoreconf -fi
-./configure
+./configure --with-openssl
make
Daniel uses a ./configure line similar to this for easier development: