]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Keep to the yes/no output convention.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jan 2003 16:26:23 +0000 (16:26 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 15 Jan 2003 16:26:23 +0000 (16:26 +0000)
git-svn-id: https://svn.dealii.org/trunk@6921 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/aclocal.m4

index d07a1aa74b30e1049b2926b7ccc2d0499af97f50..e4359bd1abdf0f81d3b3d60b40fc8a0d63755af2 100644 (file)
@@ -1482,10 +1482,10 @@ AC_DEFUN(DEAL_II_HAVE_PRETTY_FUNCTION, dnl
        std::cout << __PRETTY_FUNCTION__ << std::endl;
     ],
     [
-      AC_MSG_RESULT(available)
+      AC_MSG_RESULT(yes)
     ],
     [
-      AC_MSG_RESULT(not available)
+      AC_MSG_RESULT(no)
       AC_MSG_CHECKING(for __func__)
       AC_TRY_COMPILE(
         [
@@ -1495,11 +1495,11 @@ AC_DEFUN(DEAL_II_HAVE_PRETTY_FUNCTION, dnl
          std::cout << __func__ << std::endl;
         ],
         [
-          AC_MSG_RESULT(available)
+          AC_MSG_RESULT(yes)
          x=__func__
        ],
         [
-          AC_MSG_RESULT(not available)
+          AC_MSG_RESULT(no)
          x="\"(not available)\""
         ]) 
       AC_DEFINE_UNQUOTED(__PRETTY_FUNCTION__, $x, 

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.