From: maier Date: Mon, 17 Sep 2012 21:02:05 +0000 (+0000) Subject: Update features.m4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94a8643d7cbc030a13926a8e17753cf10a223211;p=dealii-svn.git Update features.m4 git-svn-id: https://svn.dealii.org/branches/branch_cmake@26454 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/features.m4 b/deal.II/features.m4 index 57bad77cb0..fc558ae826 100644 --- a/deal.II/features.m4 +++ b/deal.II/features.m4 @@ -741,18 +741,3 @@ AC_DEFUN(DEAL_II_CONFIGURE_ARPACK, dnl AC_MSG_RESULT([no]) ]) ]) - - -dnl ------------------------------------------------------------ -dnl Check whether P4EST is to be used to parallelize meshes -dnl -dnl Usage: DEAL_II_CONFIGURE_P4EST -dnl -dnl ------------------------------------------------------------ - dnl Verify that the p4est files are actually there - - dnl Make sure that we have also enabled MPI - - if test "x${DEAL_II_COMPILER_SUPPORTS_MPI}" != "x1" ; then - AC_MSG_ERROR([When using p4est you also need to enable MPI.]) - fi