From bb92afbd7582caca17782da3c1fb9f8a444f1578 Mon Sep 17 00:00:00 2001 From: mquinson Date: Fri, 15 Apr 2005 14:28:18 +0000 Subject: [PATCH] Fix flexml detection git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1220 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ################### -- 2.20.1