From: bangerth Date: Mon, 14 Feb 2011 19:53:13 +0000 (+0000) Subject: Minor text fix. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=380844b7a8cfc63f4fb0b14ff2d3e131f265e351;p=dealii-svn.git Minor text fix. git-svn-id: https://svn.dealii.org/trunk@23358 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure.in b/deal.II/configure.in index 2fcc6e4a6a..d100798896 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -96,7 +96,7 @@ AC_ARG_ENABLE(mpi, if test "x$enableval" = "xyes" ; then AC_MSG_RESULT(yes) - if test "x$CXX" = "x" ; then + if test "x$CXX" = "x" ; then AC_MSG_CHECKING(for MPI C++ compiler) if ((which mpiCC 2>&1) > /dev/null) ; then CXX=mpiCC ; @@ -949,10 +949,10 @@ if test "x$darwin_shared_lib" = "xyes" ; then if test "x$DARWIN_GCC_WEAK_LINKAGE_BUG" = "xyes" ; then echo " WARNING: The installed compiler version seems to be " - echo " WARNING: the Apple gcc3.3, build 1666, which does not" + echo " WARNING: Apple gcc3.3, build 1666, which does not" echo " WARNING: work properly for building dynamics libs" echo " WARNING: Please install Apple's November 2004 patch" - echo " WARNING: for the gcc, which can be found on:" + echo " WARNING: for gcc, which can be found on:" echo " WARNING: http://www.apple.com/developer" echo fi