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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c4baf6680d9ec002b04a11873d7371819aa201d1;p=pdns docs: Fix ./configure example, add --disable-lua-records --- 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 ```