Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
only express our happyness when things actually went right
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 15 Apr 2005 14:13:38 +0000 (14:13 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Fri, 15 Apr 2005 14:13:38 +0000 (14:13 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1219 48e7efb5-ca39-0410-a469-dd3cf9ba447f

acmacro/flex.m4

index 920f752..a543aa2 100644 (file)
@@ -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])
 ])