From df643b7c7d6da7caef9c7d833db8dd9fd0f5327e Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 1 Jun 2005 14:26:49 +0000 Subject: [PATCH] Move statement to the right place. git-svn-id: https://svn.dealii.org/trunk@10807 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 3 ++- deal.II/configure | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 58e712c54a..ddc6556165 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -1093,12 +1093,13 @@ AC_DEFUN(DEAL_II_SET_CC_FLAGS, dnl CFLAGS="$CFLAGS -tpp6" ;; esac - ;; dnl Check whether we can switch off the annoying 1572 warning dnl message about unreliable floating point comparisons DEAL_II_ICC_C_WD_1572 + ;; + *) AC_MSG_RESULT(Unknown C compiler - using generic options) CFLAGS="$CFLAGS -O2" diff --git a/deal.II/configure b/deal.II/configure index 7b3f322fba..e766d549ae 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -3626,7 +3626,6 @@ echo "${ECHO_T}Unrecognized compiler -- still trying" >&6 CFLAGS="$CFLAGS -tpp6" ;; esac - ;; echo "$as_me:$LINENO: checking whether -wd1572 is allowed for the C compiler" >&5 @@ -3678,6 +3677,8 @@ fi rm -f conftest.$ac_objext conftest.$ac_ext + ;; + *) echo "$as_me:$LINENO: result: Unknown C compiler - using generic options" >&5 echo "${ECHO_T}Unknown C compiler - using generic options" >&6 -- 2.39.5