diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-02-27 10:28:39 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-02-27 10:29:27 +0200 |
commit | c35e81202cc709f3061e8b189af94e6858418940 (patch) | |
tree | dfa40edbb85cf3000e25f486fd7880fa5f9c56a0 /configure.in | |
parent | e28c5b15d72f1982636e8853cbd7e8838bc93a04 (diff) |
Wonder what "integration" means
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 aef05621e790..d7681d62bd4d 100644 --- a/configure.in +++ b/configure.in @@ -371,6 +371,12 @@ AC_SUBST(FONTCONFIG_TARBALL) # If there is extra dependency over configure options then the enable should # be automagic based on wether the requiring feature is enabled or not. # All this options change anything only with --enable-extension-integration. + +# The name of this option and its help string makes it sound as if +# extensions are built anyway, just not integrated in the installer, +# if you use --disable-extension-integration. Is that really the +# case? + AC_ARG_ENABLE(extension-integration, AS_HELP_STRING([--disable-extension-integration], [Disable integration of the built extensions in the installer of the |