diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-06 10:18:58 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2019-03-06 10:18:58 +0000 |
commit | 707f69604fa6ce05365bbcc9ba15113a812d801f (patch) | |
tree | c4fe6acf256a78e71673fbcb229ba3077242a017 /configure.local.example | |
parent | 41a7c857dd99f9a71bb60680e0cbc651feec8808 (diff) | |
download | mandoc-707f69604fa6ce05365bbcc9ba15113a812d801f.tar.gz |
autoconfiguration test whether less(1) supports the -T option;
needed for Alpine Linux because it uses busybox less(1) by default;
based on a patch from Daniel Sabogal explained to me by Natanael Copa
Diffstat (limited to 'configure.local.example')
-rw-r--r-- | configure.local.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.local.example b/configure.local.example index 143bc82e..2043cef3 100644 --- a/configure.local.example +++ b/configure.local.example @@ -304,6 +304,7 @@ HAVE_FTS_COMPARE_CONST=0 # Setting this implies HAVE_FTS=1. HAVE_GETLINE=0 HAVE_GETSUBOPT=0 HAVE_ISBLANK=0 +HAVE_LESS_T=0 HAVE_MKDTEMP=0 HAVE_NTOHL=0 HAVE_O_DIRECTORY=0 |