summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@suse.com>2012-11-18 11:18:18 +0200
committerTor Lillqvist <tlillqvist@suse.com>2012-11-19 20:32:40 +0200
commit96682a78cfe076714616a880f214248b4498ebf3 (patch)
tree786997fb3b11e632469704c698ba1972aad0535a /configure.ac
parent01e9e5672fe808a7e8a8a772e0660bd40f915645 (diff)
Fix misleading comment
Change-Id: I70155825cb591b9ef60d82d81e2a51e9e25b96e4
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 101ea037d623..18d427713e3a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -568,8 +568,9 @@ AC_ARG_ENABLE(scripting,
[Disable BASIC, Java and Python. Work in progress, use only if you are hacking on it.])
)
-# This is mainly for iOS, but could potentially be used in some
+# This is mainly for Android and iOS, but could potentially be used in some
# special case otherwise, too, so factored out as a separate setting
+
AC_ARG_ENABLE(dynamic-loading,
AS_HELP_STRING([--disable-dynamic-loading],
[Disable any use of dynamic loading of code. Work in progress, use only if you are hacking on it.])