22 lines
644 B
Plaintext
22 lines
644 B
Plaintext
$OpenBSD: patch-maildrop_configure,v 1.4 2010/04/21 07:23:58 giovanni Exp $
|
|
--- maildrop/configure.orig Fri Dec 25 23:14:47 2009
|
|
+++ maildrop/configure Mon Jan 11 17:06:04 2010
|
|
@@ -19265,15 +19265,12 @@ fi
|
|
$as_echo "$maildrop_cv_SYS_INSTALL_RESET_GID" >&6; }
|
|
|
|
# Check whether --with-default-maildrop was given.
|
|
-if test "${with_default_maildrop+set}" = set; then
|
|
+if false; then
|
|
withval=$with_default_maildrop; maildrop_cv_SYS_INSTALL_MBOXDIR="$withval"
|
|
else
|
|
# Courier defaults to ./Maildir
|
|
|
|
- if test -d $srcdir/../courier
|
|
- then
|
|
- maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
|
|
- fi
|
|
+ maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
|
|
|
|
fi
|
|
|