Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Harden the detection of broken makecontext: check that makecontext arguments can...
[simgrid.git] / 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])
 ])