]> granicus.if.org Git - pdns/commitdiff
remove ragel requirement from config
authorbert hubert <bert.hubert@netherlabs.nl>
Sun, 8 Mar 2015 07:46:56 +0000 (08:46 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Sun, 8 Mar 2015 07:46:56 +0000 (08:46 +0100)
pdns/dnsdistdist/configure.ac

index 94c7ac1e9e03956da874bc30b600db9bd49ce307..48abba9e39efd701d7f826689e9945e9b6fcc6c2 100644 (file)
@@ -9,8 +9,8 @@ AC_PROG_LIBTOOL
 BOOST_REQUIRE([1.35])
 BOOST_FOREACH
 BOOST_PROGRAM_OPTIONS([mt])
-PDNS_CHECK_RAGEL
 PKG_CHECK_MODULES([libsodium], [libsodium])
+
 PDNS_WITH_LUA
 AX_CXX_COMPILE_STDCXX_11(ext,mandatory)
 AM_CONDITIONAL([CXX2011],[test "$HAVE_CXX11" = "1"])