From: Walter Doekes Date: Mon, 28 May 2018 07:59:13 +0000 (+0200) Subject: docs: Fix ./configure example, add --disable-lua-records X-Git-Tag: dnsdist-1.3.1~58^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6680%2Fhead;p=thirdparty%2Fpdns.git docs: Fix ./configure example, add --disable-lua-records --- diff --git a/README.md b/README.md index e052e60b1c..884e0e1d8e 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 ```