From d87003cf62156f877a7350dd7c37d24071a7bc58 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 19 Mar 2004 21:06:24 +0000 Subject: [PATCH] Fix the second test to look just as the first. git-svn-id: https://svn.dealii.org/trunk@8836 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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]) -- 2.39.5