From f1b3f9359bee294117176574651e605794534e8a Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Wed, 5 Jun 2013 16:32:44 +0000 Subject: --enable-online-unit-tests=auto detect whether or not online unit tests can be executed --enable-online-unit-tests=no is now the default added --disable-https --- debian/rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index 460413e..f58f1c7 100755 --- a/debian/rules +++ b/debian/rules @@ -28,8 +28,8 @@ configure-stamp: dh_testdir autoreconf -v -i - # to be replaced by 'dh_auto_configure' only when compat=9 - dh_auto_configure -- $(shell dpkg-buildflags --export=configure) + # note: dpkg-buildflags to be removed when compat=9 + dh_auto_configure -- --enable-online-unit-tests=auto $(shell dpkg-buildflags --export=configure) touch configure-stamp -- cgit v1.2.3