From 03d3d08bf818f9f3b6ee175df0f8aea3c07bf3f2 Mon Sep 17 00:00:00 2001 From: Matt Birkholz Date: Tue, 26 Jul 2016 16:16:07 -0700 Subject: [PATCH] typo: with-openssl is not a configure option here --- src/gdbm/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdbm/README b/src/gdbm/README index 026692005..c7968df95 100644 --- a/src/gdbm/README +++ b/src/gdbm/README @@ -4,7 +4,7 @@ This is a drop-in replacement for the gdbm microcode module and runtime/gdbm.scm. It is not part of the core build and can be built outside the core build tree in the customary way: - ./configure [--with-openssl=directory]... + ./configure ... make all check install The install target copies a shared library shim and compiled Scheme -- 2.25.1