diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2015-07-02 18:21:49 +0200 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2015-07-03 09:02:48 +0000 |
commit | 87dc6c82d5cd174ae2384b66a203a93402b43291 (patch) | |
tree | 27d9e9444993c4c858b8b64818c073d389594408 /configure.ac | |
parent | 6e7991dfd8c54a833f4a9795a0d57f4690e92e6b (diff) |
Fix typos
Change-Id: Ideb5688a8c9e7cf10038f2e9d00991e8653b1875
Reviewed-on: https://gerrit.libreoffice.org/16706
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 70ab9c87122a..06b2d5e32317 100644 --- a/configure.ac +++ b/configure.ac @@ -1453,10 +1453,10 @@ AC_ARG_ENABLE(openssl, AC_ARG_ENABLE(library-bin-tar, AS_HELP_STRING([--enable-library-bin-tar], - [Enable the building and reused of tarball of binary build for some 'external' libraries + [Enable the building and reused of tarball of binary build for some 'external' libraries. Some libraries can save their build result in a tarball - stored in TARFILE_LOCATION. that binary tarball is - uniquely identified by the source tarbal, + stored in TARFILE_LOCATION. That binary tarball is + uniquely identified by the source tarball, the content of the config_host.mk file and the content of the top-level directory in core for that library If this option is enabled, then if such a tarfile exist, it will be untarred |