summaryrefslogtreecommitdiffstats
path: root/systemtap.spec.in
diff options
context:
space:
mode:
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r--systemtap.spec.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/systemtap.spec.in b/systemtap.spec.in
index b8ab8652..7c2df0c4 100644
--- a/systemtap.spec.in
+++ b/systemtap.spec.in
@@ -127,9 +127,11 @@ cd ..
%define elfutils_mflags LD_LIBRARY_PATH=`pwd`/lib-elfutils
%endif
+# Enable/disable the sqlite coverage testing support
%if %{sqlite}
-# Include the coverage testing support
-%define sqlite_config --enable-sqlitedb
+%define sqlite_config --enable-sqlite
+%else
+%define sqlite_config --disable-sqlite
%endif
%configure %{?elfutils_config} %{?sqlite_config}