aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2019-03-06 10:18:58 +0000
committerIngo Schwarze <schwarze@openbsd.org>2019-03-06 10:18:58 +0000
commitb5f5f41062698eb8dd357156f62bb66194729f8c (patch)
treea0ac4bb441673493dc0e5a34eb8b5d0b954f145c /configure.local.example
parent885a149feb0216ef4b499931cc4f9fac18549e30 (diff)
downloadmandoc-b5f5f41062698eb8dd357156f62bb66194729f8c.tar.gz
mandoc-b5f5f41062698eb8dd357156f62bb66194729f8c.tar.zst
mandoc-b5f5f41062698eb8dd357156f62bb66194729f8c.zip
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.example3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.local.example b/configure.local.example
index c56cdaa5..4a456aad 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.35 2019/03/04 13:01:57 schwarze Exp $
+# $Id: configure.local.example,v 1.36 2019/03/06 10:18:58 schwarze Exp $
#
# Copyright (c) 2014-2019 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -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