$NetBSD: patch-ab,v 1.4 2007/08/10 17:57:09 jlam Exp $

--- maildrop/configure.orig	2007-04-22 11:24:25.000000000 -0400
+++ maildrop/configure
@@ -21562,7 +21562,7 @@ fi
 test "x$prefix" = xNONE && prefix=$ac_default_prefix
 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
 
-if test -d $srcdir/../courier
+if true || test -d $srcdir/../courier
 then
 #
 # This version of maildrop is integrated into Courier mail server
@@ -21699,7 +21699,7 @@ SPOOLDIR="$DIR"
 
 get_spooldir() {
 
-if test -d $srcdir/../courier
+if true || test -d $srcdir/../courier
 then
 	MBOX_RESET_GID=1
 	SPOOLDIR="./Maildir"
@@ -21767,7 +21767,7 @@ if test "${with_default_maildrop+set}" =
 else
   # Courier defaults to ./Maildir
 
-	if test -d $srcdir/../courier
+	if true || test -d $srcdir/../courier
 	then
 		maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
 	fi
