From fc57da7dabc53abb66fe6962235356f81393aef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 14 Dec 2016 21:31:05 +0100 Subject: 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. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') 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] -- cgit v1.2.3