From: Timo Sirainen Date: Fri, 16 Jul 2010 12:46:57 +0000 (+0100) Subject: configure: If fd passing check fails, abort X-Git-Tag: 2.0.rc3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=37e8b386d2e85920324da2ba8b7cbf9f83d0b6d3;p=thirdparty%2Fdovecot%2Fcore.git configure: If fd passing check fails, abort --- diff --git a/configure.in b/configure.in index 83935e390c..66bf0cb811 100644 --- a/configure.in +++ b/configure.in @@ -1293,6 +1293,9 @@ esac 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, [