From 632764ca12b1917a578da293e3c4a2801c29f424 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 12 Aug 2010 21:02:13 +0000 Subject: [PATCH] Actually remove the --with-metis-include flag since we don't support it any more but it still shows up when you say ./configure --help git-svn-id: https://svn.dealii.org/trunk@21649 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 4ac2e477b4..1b12d08979 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -6398,13 +6398,6 @@ AC_DEFUN(DEAL_II_CONFIGURE_METIS, dnl fi ]) - AC_ARG_WITH(metis-include, - [AS_HELP_STRING([--with-metis-include=/path/to/metis], - [Specify the path to the METIS headers file; use this if you want to override the METIS_INCLUDE_DIR environment variable.])], - [ - AC_MSG_ERROR([The --with-metis-include directive is no longer supported]) - ]) - AC_ARG_WITH(metis-libs, [AS_HELP_STRING([--with-metis-libs=/path/to/metis], [Specify the path to the METIS libraries; use this if you want to override the METIS_LIBDIR environment variable.])], -- 2.39.5