From: mquinson Date: Thu, 14 Apr 2005 08:25:25 +0000 (+0000) Subject: Fix detection of flexml presence X-Git-Tag: v3.3~4143 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/150daebe098d4d7866b8db6c90ce18e56178302e Fix detection of flexml presence git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1211 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 6808431b53..9a89232b3a 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,7 @@ AC_PROG_FLEX(2.5.30) # if not, simply touch the flex source files (which are distributed in # tarballs even if generated by flexml) and hope for the best. AC_CHECK_PROG(FLEXML,flexml,,NOTFOUND) -AM_CONDITIONAL(HAVE_FLEXML,test x$FLEXML != NOTFOUND) +AM_CONDITIONAL(HAVE_FLEXML,test x$FLEXML != xNOTFOUND) ################### ## Makes the output