From: mquinson Date: Fri, 15 Apr 2005 14:28:18 +0000 (+0000) Subject: Fix flexml detection X-Git-Tag: v3.3~4134 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/bb92afbd7582caca17782da3c1fb9f8a444f1578?ds=sidebyside Fix flexml detection git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1220 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/configure.ac b/configure.ac index 9a89232b3a..81b6ef1f9a 100644 --- a/configure.ac +++ b/configure.ac @@ -148,7 +148,7 @@ AC_PROG_FLEX(2.5.30) # Can we rebuild the xml-lexers from the XML specification? # 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) +AC_CHECK_PROG(FLEXML,flexml,`which flexml`,NOTFOUND) AM_CONDITIONAL(HAVE_FLEXML,test x$FLEXML != xNOTFOUND) ###################