From: Wolfgang Bangerth Date: Tue, 8 Feb 2000 14:44:11 +0000 (+0000) Subject: Remove duplicate output. X-Git-Tag: v8.0.0~21016 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd8f5ae288d30b295e899d1fbc7c7abd891271d1;p=dealii.git Remove duplicate output. git-svn-id: https://svn.dealii.org/trunk@2344 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/configure b/deal.II/configure index 1a9ea10855..cdb1aff8fa 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -980,8 +980,8 @@ else fi if test $withmultithreading != no ; then - echo $ac_n "checking checking for ACE""... $ac_c" 1>&6 -echo "configure:985: checking checking for ACE" >&5 + echo $ac_n "checking for ACE""... $ac_c" 1>&6 +echo "configure:985: checking for ACE" >&5 if test -d $withmultithreading ; then echo "$ac_t""found" 1>&6 else diff --git a/deal.II/configure.in b/deal.II/configure.in index 6473df18f7..65f70293f3 100644 --- a/deal.II/configure.in +++ b/deal.II/configure.in @@ -81,7 +81,7 @@ AC_ARG_WITH(multithreading, withmultithreading=$withval, withmultithreading=no) if test $withmultithreading != no ; then - AC_MSG_CHECKING(checking for ACE) + AC_MSG_CHECKING(for ACE) if test -d $withmultithreading ; then AC_MSG_RESULT(found) else