From 10deb7cdfea88061493a97d4c206f14b7ae8f7ed Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 23 Aug 2007 23:12:16 +0000 Subject: [PATCH] regenerate git-svn-id: https://svn.dealii.org/trunk@15034 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index aa27274f63..1444572aea 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 14987 . +# From configure.in Revision: 15013 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for deal.II 6.0.pre. # @@ -11823,12 +11823,13 @@ echo "${ECHO_T}not found" >&6 fi fi; - if test "$USE_CONTRIB_METIS" = "yes" ; then + if test "x$USE_CONTRIB_METIS" = "xyes" ; then cat >>confdefs.h <<\_ACEOF #define DEAL_II_USE_METIS 1 _ACEOF + LDFLAGS="$LDFLAGS -L$DEAL_II_METIS_DIR -lmetis" echo "$as_me:$LINENO: checking for Metis version" >&5 echo $ECHO_N "checking for Metis version... $ECHO_C" >&6 -- 2.39.5