Skip to content

Commit

Permalink
build: improve description of --enable-lpeg configure option
Browse files Browse the repository at this point in the history
It links lpeg statically into the vis binary, meaning it does not need
to be dlopen(3)-ed at runtime. While this improves the portability of
the resulting vis binary, it is not necessary to enable this option to
get syntax highlighting support.

Maybe the option should be renamed to avoid further confusion.
  • Loading branch information
martanne committed Dec 14, 2016
1 parent 8ec5991 commit fc57da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Fine tuning of the installation directories:
Optional features:
--enable-lua build with Lua support [auto]
--enable-lpeg build with built-in LPeg support [auto]
--enable-lpeg build with support for statically linking to LPeg [auto]
--enable-selinux build with SELinux support [auto]
--enable-acl build with POSIX ACL support [auto]
Expand Down

0 comments on commit fc57da7

Please sign in to comment.