about summary refs log tree commit diff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 0 insertions, 4 deletions
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