summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-10-05 13:28:50 +0300
committerTor Lillqvist <tlillqvist@suse.com>2012-10-05 13:28:50 +0300
commit5ef8d9b771bd0918644695772dd58a9e74f9f1d4 (patch)
treee2d32d14b422e92eb9b695028de4d02940017dfd /configure.in
parentfbd30b2a09e7e92ad83db669d81199d7f3a4a8a1 (diff)
Clarification to comment
Change-Id: I0143516455f5abad2da6b13a985d08b37e5c3cae
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 4ea7155d2db5..c81931c97584 100644
--- a/configure.in
+++ b/configure.in
@@ -2350,6 +2350,12 @@ if test -z "$enable_database_connectivity"; then
# And actually, do enable it for iOS, too. Let's get back to
# figuring out what to do with this later, if ever.
+
+ # (Note that with "enable", I mean "enable building the related
+ # code". Very likely little of it will make any sense at run-time
+ # on Android or iOS and won't even be shipped with/linked into any
+ # app.)
+
#if test $_os != iOS; then
enable_database_connectivity=yes
#fi