diff options
Diffstat (limited to 'systemtap.spec.in')
-rw-r--r-- | systemtap.spec.in | 6 |
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} |