]> granicus.if.org Git - pdns/commitdiff
docs: Fix ./configure example, add --disable-lua-records
authorWalter Doekes <walter+github@wjd.nu>
Mon, 28 May 2018 07:59:13 +0000 (09:59 +0200)
committerWalter Doekes <walter+github@wjd.nu>
Mon, 28 May 2018 07:59:13 +0000 (09:59 +0200)
README.md

index e052e60b1c511a287d66994bb59120a0f159815f..884e0e1d8ef48e0029299a5fc6f181c90978679b 100644 (file)
--- 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
 ```