Kaydet (Commit) c70cedab authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Clarify what --disable-extensions means

üst ab9f4482
...@@ -393,6 +393,10 @@ AC_ARG_ENABLE(database-connectivity, ...@@ -393,6 +393,10 @@ AC_ARG_ENABLE(database-connectivity,
[Disable various database connectivity. Work in progress, use only if you are hacking on it.]) [Disable various database connectivity. Work in progress, use only if you are hacking on it.])
) )
# This doesn't mean not building (or "integrating") extensions
# (although it probably should; i.e. it should imply
# --disable-extension-integration I guess), it means not supporting
# any extension mechanism at all
AC_ARG_ENABLE(extensions, AC_ARG_ENABLE(extensions,
AS_HELP_STRING([--disable-extensions], AS_HELP_STRING([--disable-extensions],
[Disable all add-on extension functionality. Work in progress, use only if you are hacking on it.]) [Disable all add-on extension functionality. Work in progress, use only if you are hacking on it.])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment