From: bangerth Date: Mon, 23 Dec 2013 19:56:17 +0000 (+0000) Subject: Improve error messages. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f63b5e99f6c794635a5a31dea3cab4374821fe;p=dealii-svn.git Improve error messages. git-svn-id: https://svn.dealii.org/trunk@32105 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt b/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt index de3adb399c..07e336c8cc 100644 --- a/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt +++ b/deal.II/bundled/boost-1.49.0/libs/iostreams/src/CMakeLists.txt @@ -26,7 +26,7 @@ IF(DEAL_II_WITH_ZLIB) zlib.cpp ) ELSE() - MESSAGE(STATUS "BOOST::Iostreams will not support gzipped streams because libz could not be found") + MESSAGE(STATUS "BOOST::Iostreams will not support gzipped streams because libz or its header files could not be found") ENDIF() IF(DEALII_WITH_BZIP2) @@ -35,7 +35,7 @@ IF(DEALII_WITH_BZIP2) bzip2.cpp ) ELSE() - MESSAGE(STATUS "BOOST::Iostreams will not support bz2'ed streams because libz could not be found") + MESSAGE(STATUS "BOOST::Iostreams will not support bz2'ed streams because libbz2 or its header files could not be found") ENDIF()