From 12c05bd04364e233b90582dcbef0e27484e9bd13 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 8 Feb 2000 14:44:11 +0000 Subject: [PATCH] Remove duplicate output. git-svn-id: https://svn.dealii.org/trunk@2344 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 4 ++-- deal.II/configure.in | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5