From 5c0bc1ce72c48382c7b801928517214ee806eec3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 24 Mar 2006 16:05:04 +0000 Subject: [PATCH] Remove overlong line altogether. git-svn-id: https://svn.dealii.org/trunk@12670 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 1 - deal.II/configure | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 0ff6061caa..0d75f14d6a 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -3738,7 +3738,6 @@ AC_DEFUN(DEAL_II_CHECK_BOOST, dnl the boost subdirectory for header files.], DEAL_II_WITH_BOOST($withval)) - AC_MSG_CHECKING("for boost include files in $BOOST_INCLUDE_DIR") CPPFLAGS="$BOOST_INCLUDE_DIR $CPPFLAGS" AC_CHECK_HEADER(boost/shared_ptr.hpp,, [AC_MSG_ERROR([Your boost installation is incomplete!])]) diff --git a/deal.II/configure b/deal.II/configure index a4f49ef478..3ba49335f7 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Revision: 1.226 . +# From configure.in Revision: 1.227 . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.59 for deal.II 5.3.pre. # @@ -9342,8 +9342,6 @@ if test "${with_boost+set}" = set; then fi; - { echo "$as_me:$LINENO: \"Checking for boost include files in $BOOST_INCLUDE_DIR\"" >&5 -echo "$as_me: \"Checking for boost include files in $BOOST_INCLUDE_DIR\"" >&6;} CPPFLAGS="$BOOST_INCLUDE_DIR $CPPFLAGS" if test "${ac_cv_header_boost_shared_ptr_hpp+set}" = set; then echo "$as_me:$LINENO: checking for boost/shared_ptr.hpp" >&5 -- 2.39.5