aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-12-14 21:31:05 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-12-14 21:31:05 +0100
commitfc57da7dabc53abb66fe6962235356f81393aef7 (patch)
tree1a5eec1550bb2c4e9ff83acd86d756fa3e6a686f
parent8ec5991a8fd4f053afa12d93f63b5a17f2ef3669 (diff)
downloadvis-fc57da7dabc53abb66fe6962235356f81393aef7.tar.gz
vis-fc57da7dabc53abb66fe6962235356f81393aef7.tar.xz
build: improve description of --enable-lpeg configure option
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.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index aa330e9..9e6a55e 100755
--- a/configure
+++ b/configure
@@ -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]