X-Git-Url: http://git.draconx.ca/gitweb/gob-dx.git/blobdiff_plain/6bec6738ec9d978036dcc64a7008c86b95bed5c0..14f532691ec5161558c80bfbaa81be053d05f0ca:/configure.ac diff --git a/configure.ac b/configure.ac index f3e4b91..b43fc7c 100644 --- a/configure.ac +++ b/configure.ac @@ -16,7 +16,6 @@ DX_AUTOMAKE_COMPAT AC_PROG_CC AC_PROG_CXX -AC_PROG_LEX AC_PROG_YACC AC_ARG_VAR([PERL], [command to execute perl programs]) @@ -25,6 +24,9 @@ AM_CONDITIONAL([HAVE_PERL], [$PERL -e 'my $x = 42; exit $x'; test $? = 42]) LT_INIT +DX_PROG_FLEX([], [have_flex=yes], [have_flex=no]) +AM_CONDITIONAL([HAVE_FLEX], [test x"$have_flex" = x"yes"]) + DX_LIB_GLIB2 dnl Dependencies for test suite