]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Fix two possible bugs.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Sep 2003 01:40:57 +0000 (01:40 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Sat, 20 Sep 2003 01:40:57 +0000 (01:40 +0000)
git-svn-id: https://svn.dealii.org/trunk@7999 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index 6cde95ec6fb2a8cf498b982df50a4f766ef086ba..e9cac0386077182b52631740165a9094129f2bcd 100644 (file)
@@ -875,7 +875,7 @@ AC_DEFUN(DEAL_II_CHECK_CPU_OPTIMIZATIONS, dnl
       withcpu=$withval,
       withcpu=)
   AC_MSG_CHECKING(for CPU to optimize for)
-  case $withcpu in
+  case "$withcpu" in
     PowerPC64)
         AC_MSG_RESULT(PowerPC64)
        case $GXX_VERSION in
@@ -906,6 +906,7 @@ AC_DEFUN(DEAL_II_CHECK_CPU_OPTIMIZATIONS, dnl
 
     *)
         AC_MSG_RESULT(none given or not recognized)
+       ;;
   esac
 ])
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.