From: mquinson Date: Fri, 15 Apr 2005 14:13:38 +0000 (+0000) Subject: only express our happyness when things actually went right X-Git-Tag: v3.3~4135 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8ffecc04a145c8aa4f5911ef27b0657ec01bf0d7?ds=sidebyside only express our happyness when things actually went right git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1219 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/acmacro/flex.m4 b/acmacro/flex.m4 index 920f752de8..a543aa2d49 100644 --- a/acmacro/flex.m4 +++ b/acmacro/flex.m4 @@ -42,8 +42,9 @@ AC_REQUIRE([AC_PROG_LEX])dnl AC_MSG_NOTICE([Found flex is too old. Parsers won't get updated (Found v$FLEX_VERSION < v$1)]) LEX=${am_missing_run}flex AC_SUBST(LEXLIB, '') + else + AC_MSG_NOTICE([Flex found. Parsers will get updated]) fi fi fi - AC_MSG_NOTICE([Flex found. Parsers will get updated]) ])