From c4baf6680d9ec002b04a11873d7371819aa201d1 Mon Sep 17 00:00:00 2001 From: Walter Doekes Date: Mon, 28 May 2018 09:59:13 +0200 Subject: [PATCH] docs: Fix ./configure example, add --disable-lua-records --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e052e60b1..884e0e1d8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ $ autoreconf -vi To compile a very clean version, use: ``` -$ ./configure --with-modules="" --without-lua +$ ./configure --with-modules="" --without-lua --disable-lua-records $ make # make install ``` -- 2.40.0