diff options
author | June McEnroe <june@causal.agency> | 2020-07-24 14:34:11 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-24 14:34:11 -0400 |
commit | be9ece270233115f007aa311ed4eabc062709cdb (patch) | |
tree | 5e775636d44cd5606bd3c0f77179cced1ac23927 | |
parent | Use asprintf to concatenate query (diff) | |
download | litterbox-be9ece270233115f007aa311ed4eabc062709cdb.tar.gz litterbox-be9ece270233115f007aa311ed4eabc062709cdb.zip |
Don't bother with --sysconfdir
It's only used on FreeBSD anyway.
Diffstat (limited to '')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
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 |