From: wolf Date: Fri, 19 Mar 2004 21:06:24 +0000 (+0000) Subject: Fix the second test to look just as the first. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d87003cf62156f877a7350dd7c37d24071a7bc58;p=dealii-svn.git Fix the second test to look just as the first. git-svn-id: https://svn.dealii.org/trunk@8836 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 86c24c063e..65ec5e5664 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -3796,8 +3796,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_METIS, dnl AC_MSG_RESULT($DEAL_II_METIS_DIR) dnl Make sure that what this is actually correct - if test ! -d $DEAL_II_METIS_DIR/include \ - -o ! -d $DEAL_II_METIS_DIR/lib ; then + if test ! -d $DEAL_II_METIS_DIR/Lib ; then AC_MSG_ERROR([The path to Metis specified in the METIS_DIR environment variable does not point to a complete Metis installation])