summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
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