aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/configure.local.example
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2016-10-18 16:06:44 +0000
committerIngo Schwarze <schwarze@openbsd.org>2016-10-18 16:06:44 +0000
commite44ba034e73fa73b2e888b52b83419c54fec27f9 (patch)
tree6cab219214157ea95de7b9076373c5274db1ea82 /configure.local.example
parentb2605db9a7a1fdd7d3289acf2afd01ccb7e8668a (diff)
downloadmandoc-e44ba034e73fa73b2e888b52b83419c54fec27f9.tar.gz
mandoc-e44ba034e73fa73b2e888b52b83419c54fec27f9.tar.zst
mandoc-e44ba034e73fa73b2e888b52b83419c54fec27f9.zip
Compat glue for the FreeBSD comparison function prototype for fts_open(3)
which differs from what most other systems use. While here, improve diagnostic output of ./configure tests.
Diffstat (limited to 'configure.local.example')
-rw-r--r--configure.local.example5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.local.example b/configure.local.example
index 7554fe30..df4f13c4 100644
--- a/configure.local.example
+++ b/configure.local.example
@@ -1,4 +1,4 @@
-# $Id: configure.local.example,v 1.20 2016/08/05 23:15:08 schwarze Exp $
+# $Id: configure.local.example,v 1.21 2016/10/18 16:06:44 schwarze Exp $
#
# Copyright (c) 2014, 2015, 2016 Ingo Schwarze <schwarze@openbsd.org>
#
@@ -230,7 +230,8 @@ HAVE_DIRENT_NAMLEN=0
HAVE_ENDIAN=0
HAVE_EFTYPE=0
HAVE_ERR=0
-HAVE_FTS=0
+HAVE_FTS=0 # Setting this implies HAVE_FTS_COMPARE_CONST=0.
+HAVE_FTS_COMPARE_CONST=0 # Setting this implies HAVE_FTS=1.
HAVE_GETLINE=0
HAVE_GETSUBOPT=0
HAVE_ISBLANK=0