From ddb25d39e7e08f2899d7cb89b801d59985fefe3a Mon Sep 17 00:00:00 2001 From: Ralf Hartmann Date: Fri, 23 Sep 2005 08:45:38 +0000 Subject: [PATCH] Tecplot lib was not added to LIBS. This is now fixed. git-svn-id: https://svn.dealii.org/trunk@11514 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 3 +-- deal.II/configure | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 0394db4148..eaa5ec45c0 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -4474,8 +4474,7 @@ AC_DEFUN(DEAL_II_CONFIGURE_TECPLOT, dnl fi done - if (test -r "$TECPLOT_LIB" && \ - test -r "$TECPLOT_INCLUDE_DIR/TECIO.h") ; then + if (test -r "$TECPLOT_LIB") ; then AC_DEFINE(DEAL_II_HAVE_TECPLOT, 1, [Flag indicating whether the library shall be compiled to use the Tecplot interface]) LIBS="$TECPLOT_LIB $LIBS" diff --git a/deal.II/configure b/deal.II/configure index 394098387a..b79fbe9fea 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.210 . +# From configure.in Revision: 1.211 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for deal.II 5.3.pre. # @@ -9668,8 +9668,7 @@ fi fi done - if (test -r "$TECPLOT_LIB" && \ - test -r "$TECPLOT_INCLUDE_DIR/TECIO.h") ; then + if (test -r "$TECPLOT_LIB") ; then cat >>confdefs.h <<\_ACEOF #define DEAL_II_HAVE_TECPLOT 1 -- 2.39.5