From bfe2f5bdef8510400d0fd09937af08eaae274da9 Mon Sep 17 00:00:00 2001 From: bangerth Date: Tue, 20 Mar 2012 16:12:02 +0000 Subject: [PATCH] Update ./configure so that it gets the change to configure.in in r25300. git-svn-id: https://svn.dealii.org/trunk@25309 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index 685f90cfbf..7a9c3ae9f1 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision. +# From configure.in Revision: 25300 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for deal.II 7.2.pre. # @@ -818,9 +818,6 @@ LIBS CPPFLAGS CXX CXXFLAGS -LDFLAGS -LIBS -CPPFLAGS CCC CXXCPP' ac_subdirs_all='contrib tests' @@ -13529,6 +13526,18 @@ _ACEOF fi done +for ac_func in dsyevx_ ssyevx_ +do : + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +ac_fn_cxx_check_func "$LINENO" "$ac_func" "$as_ac_var" +if eval test \"x\$"$as_ac_var"\" = x"yes"; then : + cat >>confdefs.h <<_ACEOF +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 +_ACEOF + +fi +done + for ac_func in dgesvd_ sgesvd_ dgesdd_ sgesdd_ dgelsd_ sgelsd_ do : as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` -- 2.39.5