From be9ece270233115f007aa311ed4eabc062709cdb Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Fri, 24 Jul 2020 14:34:11 -0400 Subject: Don't bother with --sysconfdir It's only used on FreeBSD anyway. --- configure | 1 - 1 file changed, 1 deletion(-) diff --git a/configure b/configure index 3a688cf..5e9a7e3 100755 --- a/configure +++ b/configure @@ -26,7 +26,6 @@ for opt; do case "${opt}" in (--prefix=*) echo "PREFIX = ${opt#*=}" ;; (--mandir=*) echo "MANDIR = ${opt#*=}" ;; - (--sysconfdir=*) echo "ETCDIR = ${opt#*=}" ;; (*) echo "warning: unsupported option ${opt}" >&2 ;; esac done -- cgit 1.4.1