]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
configure: If fd passing check fails, abort
authorTimo Sirainen <tss@iki.fi>
Fri, 16 Jul 2010 12:46:57 +0000 (13:46 +0100)
committerTimo Sirainen <tss@iki.fi>
Fri, 16 Jul 2010 12:46:57 +0000 (13:46 +0100)
configure.in

index 83935e390c04509ee56d60669050b4d0b9a00b61..66bf0cb811e6114b03725fdad5201e93236375da 100644 (file)
@@ -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, [