dovecot-2.0: configure: If fd passing check fails, abort
    dovecot at dovecot.org 
    dovecot at dovecot.org
       
    Fri Jul 16 15:47:34 EEST 2010
    
    
  
details:   http://hg.dovecot.org/dovecot-2.0/rev/8cf47a359213
changeset: 11839:8cf47a359213
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Jul 16 13:46:57 2010 +0100
description:
configure: If fd passing check fails, abort
diffstat:
 configure.in |  3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
diffs (13 lines):
diff -r fd79394f7652 -r 8cf47a359213 configure.in
--- a/configure.in	Fri Jul 16 12:56:50 2010 +0100
+++ b/configure.in	Fri Jul 16 13:46:57 2010 +0100
@@ -1293,6 +1293,9 @@
 if test $i_cv_fd_passing = buggy_cmsg_macros; then
   AC_DEFINE(BUGGY_CMSG_MACROS,, Define if you have buggy CMSG macros)
 fi
+if test $i_cv_fd_passing = no; then
+  AC_ERROR([fd passing is required for Dovecot to work])
+fi
 
 dnl * Solaris compatible sendfile()
 AC_CHECK_LIB(sendfile, sendfile, [
    
    
More information about the dovecot-cvs
mailing list