diff options
author | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-05 13:28:50 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@suse.com> | 2012-10-05 13:28:50 +0300 |
commit | 5ef8d9b771bd0918644695772dd58a9e74f9f1d4 (patch) | |
tree | e2d32d14b422e92eb9b695028de4d02940017dfd /configure.in | |
parent | fbd30b2a09e7e92ad83db669d81199d7f3a4a8a1 (diff) |
Clarification to comment
Change-Id: I0143516455f5abad2da6b13a985d08b37e5c3cae
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 6 |
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 |