From fbdab4dd620059bb1b92e6ece99e796d62affbd6 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 11 Mar 2015 13:15:44 +0000 Subject: When manpath(1) is available, enable HAVE_MANPATH even when building without database support. Required now that we have man(1) even without database support. --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index 000d11ec..fb2dabc9 100755 --- a/configure +++ b/configure @@ -237,9 +237,7 @@ elif [ -z "${DBLIB}" ]; then fi # --- manpath --- -if [ ${BUILD_DB} -eq 0 ]; then - HAVE_MANPATH=0 -elif ismanual manpath "${HAVE_MANPATH}"; then +if ismanual manpath "${HAVE_MANPATH}"; then : elif manpath 1>&3 2>&3; then echo "manpath: yes" 1>&2 -- cgit v1.2.3-56-ge451