diff options
author | June McEnroe <june@causal.agency> | 2020-08-27 17:43:55 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-08-27 17:43:55 -0400 |
commit | fb8a33c0130e6381ce69402607e5c240f97b471b (patch) | |
tree | 99534193c5bcf73a6c0c78d301063fbfc611fee3 /configure | |
parent | contrib/palaver: Fix documented database path (diff) | |
download | pounce-fb8a33c0130e6381ce69402607e5c240f97b471b.tar.gz pounce-fb8a33c0130e6381ce69402607e5c240f97b471b.zip |
Remove rc scripts
Diffstat (limited to '')
-rwxr-xr-x | configure | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure index 95ea53c..12f411c 100755 --- a/configure +++ b/configure @@ -36,7 +36,6 @@ case "$(uname)" in config libtls defstr OPENSSL_BIN /usr/bin/openssl defstr CERTBOT_PATH /usr/local/etc/letsencrypt - echo 'INSTALLS = install-rcs install-dirs' ;; (Linux) cflags -D_GNU_SOURCE |