summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBertrand Lorentz <bertrand.lorentz@gmail.com>2012-04-06 17:11:51 +0200
committerBertrand Lorentz <bertrand.lorentz@gmail.com>2012-04-06 17:11:51 +0200
commit082322a6144ba037ea5cf93e71efa8924d0e8075 (patch)
tree08f7fc6b543e5159a5a97781fff5619a3ed6924d
parentd102fcd91a78aa901b78f5634b4cb09fd9f9b6fb (diff)
build: Do not run tests during "make distcheck"
Some of the unit test are now broken, so we disable unit tests when doing "make distcheck".
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index f1684b2..35f87aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_PROG_LIBTOOL
AC_PROG_INSTALL
dnl How to configure for distcheck
-DISTCHECK_CONFIGURE_FLAGS="--enable-release --enable-tests"
+DISTCHECK_CONFIGURE_FLAGS="--enable-release"
AC_SUBST(DISTCHECK_CONFIGURE_FLAGS)
dnl Expansions