Skip to content

Commit

Permalink
docs: Fix ./configure example, add --disable-lua-records
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoekes committed May 28, 2018
1 parent f72aa6d commit c4baf66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit c4baf66

Please sign in to comment.