2012-09-04 07:33:35 -04:00
|
|
|
$OpenBSD: patch-maildrop_configure,v 1.6 2012/09/04 11:33:35 gonzalo Exp $
|
|
|
|
--- maildrop/configure.orig Sat Dec 3 18:26:43 2011
|
|
|
|
+++ maildrop/configure Mon Sep 3 14:44:36 2012
|
|
|
|
@@ -17536,16 +17536,12 @@ fi
|
2009-10-28 10:21:38 -04:00
|
|
|
$as_echo "$maildrop_cv_SYS_INSTALL_RESET_GID" >&6; }
|
2006-11-03 08:52:19 -05:00
|
|
|
|
2009-10-28 10:21:38 -04:00
|
|
|
# Check whether --with-default-maildrop was given.
|
2010-07-08 12:35:58 -04:00
|
|
|
-if test "${with_default_maildrop+set}" = set; then :
|
|
|
|
+if false; then :
|
2009-10-28 10:21:38 -04:00
|
|
|
withval=$with_default_maildrop; maildrop_cv_SYS_INSTALL_MBOXDIR="$withval"
|
2006-11-03 08:52:19 -05:00
|
|
|
else
|
|
|
|
# Courier defaults to ./Maildir
|
2009-10-28 10:21:38 -04:00
|
|
|
|
2006-11-03 08:52:19 -05:00
|
|
|
- if test -d $srcdir/../courier
|
|
|
|
- then
|
|
|
|
- maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
|
|
|
|
- fi
|
2010-07-08 12:35:58 -04:00
|
|
|
-
|
2009-10-28 10:21:38 -04:00
|
|
|
+ maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
|
|
|
|
fi
|
2006-11-03 08:52:19 -05:00
|
|
|
|
2010-07-08 12:35:58 -04:00
|
|
|
|