From: Wolfgang Bangerth Date: Fri, 24 Mar 2006 16:00:57 +0000 (+0000) Subject: Use standard output mechanism. X-Git-Tag: v8.0.0~12031 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a647d10d7f192578513faf1e6f332778dfa23a16;p=dealii.git Use standard output mechanism. git-svn-id: https://svn.dealii.org/trunk@12669 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index b605f7256b..0ff6061caa 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -3738,7 +3738,7 @@ AC_DEFUN(DEAL_II_CHECK_BOOST, dnl the boost subdirectory for header files.], DEAL_II_WITH_BOOST($withval)) - AC_MSG_NOTICE("Checking for boost include files in $BOOST_INCLUDE_DIR") + 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!])])