--- trunk/grid-mw-security/ees/configure.ac 2009/11/09 10:19:47 1068 +++ trunk/grid-mw-security/ees/configure.ac 2009/11/09 13:34:12 1069 @@ -24,6 +24,8 @@ AC_PROG_LEX if test "$LEX" == ":" ; then AC_MSG_ERROR([No lex program found]) +else + AC_DEFINE(HAVE_FLEX, 1,[Flex installed]) fi #AC_CHECK_PROGS(YACC, 'bison -y' byacc yacc, :)