diff options
author | Daniel Salzman <daniel.salzman@nic.cz> | 2014-04-24 12:08:15 +0200 |
---|---|---|
committer | Daniel Salzman <daniel.salzman@nic.cz> | 2014-04-24 12:15:50 +0200 |
commit | 198a909bcf99879bb26b11f1d34c84333ec380c0 (patch) | |
tree | 0e7b113d15fd8e53fe6b691d70ffbd641f8a5198 /Makefile.am | |
parent | fixed getting wrong rdata. (diff) | |
download | knot-198a909bcf99879bb26b11f1d34c84333ec380c0.tar.xz knot-198a909bcf99879bb26b11f1d34c84333ec380c0.zip |
configure: remove Ragel detection
Previous logic was too complicated and confusing. Currently, there are
just two pregenerated source files which are selected on the basis of
the --disable-fastparser configure option.
Pregenerated files can be updated using scripts/update-parser.sh script.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 982da2d8f..4885799b9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,6 @@ ACLOCAL_AMFLAGS = -I m4 SUBDIRS = libtap src tests samples doc man patches AM_DISTCHECK_CONFIGURE_FLAGS = \ - --without-ragel \ --disable-code-coverage code_coverage_quiet = --quiet |