patch-libs_maildrop_configure 669 B

1234567891011121314151617181920212223
  1. $OpenBSD: patch-libs_maildrop_configure,v 1.2 2015/04/28 07:24:43 giovanni Exp $
  2. --- libs/maildrop/configure.orig Sun Dec 14 05:13:41 2014
  3. +++ libs/maildrop/configure Thu Apr 23 23:23:38 2015
  4. @@ -17845,16 +17845,12 @@ fi
  5. $as_echo "$maildrop_cv_SYS_INSTALL_RESET_GID" >&6; }
  6. # Check whether --with-default-maildrop was given.
  7. -if test "${with_default_maildrop+set}" = set; then :
  8. +if false; then :
  9. withval=$with_default_maildrop; maildrop_cv_SYS_INSTALL_MBOXDIR="$withval"
  10. else
  11. # Courier defaults to ./Maildir
  12. - if test -d $srcdir/../../courier
  13. - then
  14. - maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
  15. - fi
  16. -
  17. + maildrop_cv_SYS_INSTALL_MBOXDIR=./Maildir
  18. fi