aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMiroslav Safr <miroslav.safr@tieto.com>2010-10-19 12:53:09 +0300
committerMiroslav Safr <miroslav.safr@tieto.com>2010-10-22 14:44:27 +0300
commitd6f0b93c4dd6451fb73fd9c6606f434602e69f77 (patch)
tree05ccd479bdb2a7486f20e53d83190fd68aa247d5 /configure
parentede454bfbc50d11a378b2f9805a178cfe91df354 (diff)
Changes: Coverage reports: coverage feature moved to CONFIG (.prf)
RevBy: Details: Coverage feature can be now reused by other applications which are building with libmeegotouch. It is just enough to have "coverage" option in CONFIG for projects which uses libmeegotouch
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index bc5cc5e3..f866d966 100755
--- a/configure
+++ b/configure
@@ -569,7 +569,7 @@ if [ "$CFG_COVERAGE" = "yes" ]; then
exit 1
fi
- MEEGOTOUCHCONFIG_FEATURES="$MEEGOTOUCHCONFIG_FEATURES coverage"
+ MEEGOTOUCHCONFIG_CONFIG="$MEEGOTOUCHCONFIG_CONFIG coverage"
fi
if [ "$CFG_PCH" = "yes" ]; then