aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorRafael G. Martins <rafael@rafaelmartins.eng.br>2015-06-09 00:49:42 -0300
committerRafael G. Martins <rafael@rafaelmartins.eng.br>2015-06-09 00:49:42 -0300
commitd096b0f56c67836dceba8478ff2f9fe3cc09aaa8 (patch)
treeffb7f82fd6201fad75845173ae76ebcd43e7f132 /Makefile.am
parent7e7ff1b9f109b1c06f660030221c53b3ad309c3f (diff)
downloadblogc-d096b0f56c67836dceba8478ff2f9fe3cc09aaa8.tar.gz
blogc-d096b0f56c67836dceba8478ff2f9fe3cc09aaa8.tar.bz2
blogc-d096b0f56c67836dceba8478ff2f9fe3cc09aaa8.zip
build: enable ronn support for distcheck
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 9d56ca3..576df80 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ ACLOCAL_AMFLAGS = -I m4
AM_DISTCHECK_CONFIGURE_FLAGS = \
--enable-tests \
- --disable-ronn \
+ --enable-ronn \
--disable-valgrind \
$(NULL)