build: fix distcheck configure flags

Update the tests flag to the latest syntax, and make sure we
don't run valgrind on distcheck for now, since new valgrind
errors may show up when things like glib change.
This commit is contained in:
Dan Williams 2013-07-24 14:06:32 -05:00
parent 0744c6be08
commit ae319b922e

View file

@ -34,7 +34,8 @@ EXTRA_DIST = \
valgrind.suppressions
DISTCHECK_CONFIGURE_FLAGS = \
--with-tests=yes \
--enable-tests=yes \
--with-valgrind=no \
--enable-gtk-doc \
--enable-more-warnings=yes \
--with-udev-dir=$$dc_install_base/lib/udev \