From d21cef7c9b9785e5f9cc308b49a539e16c1f6b60 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 16 Mar 2026 22:43:53 -0400 Subject: Remove pounce-palaver and related pieces Palaver disappeared from the app store and I don't expect it to return. Disappointing. No need to keep this code around. --- configure | 4 ---- 1 file changed, 4 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 29587a2..5727ef9 100755 --- a/configure +++ b/configure @@ -28,10 +28,6 @@ for opt; do (--bindir=*) echo "BINDIR = ${opt#*=}" ;; (--mandir=*) echo "MANDIR = ${opt#*=}" ;; (--enable-notify) echo 'BINS += pounce-notify' ;; - (--enable-palaver) - echo 'BINS += pounce-palaver' - config libcurl sqlite3 - ;; (*) echo "warning: unsupported option ${opt}" >&2 ;; esac done -- cgit 1.4.1