[Libreoffice-commits] core.git: 2 commits - configure.ac i18npool/source

Lubos Lunak l.lunak at suse.cz
Tue Mar 26 11:19:58 PDT 2013


On Sunday 24 of March 2013, Peter Foley wrote:
>  configure.ac                              |   66
> +++++++++++++++--------------- i18npool/source/localedata/localedata.cxx | 
>  11 ++++-
>  2 files changed, 44 insertions(+), 33 deletions(-)
>
> New commits:
> commit 02ed2608199f2adc466849d0f4864213ad07c445
> Author: Peter Foley <pefoley2 at verizon.net>
> Date:   Sun Mar 24 17:48:48 2013 -0400
>
>     add configure option to use clang

 That already exists: configure CC=clang CXX=clang++
 What's the point of having such an explicit option? We already have enough 
options that reinvent the wheel.

>     Change-Id: Ide63ef8bde7ed739b9bf29e936c01e156e8e3de4
>
> diff --git a/configure.ac b/configure.ac
> index 6a31c89..898dedb 100644
> --- a/configure.ac
> +++ b/configure.ac
> @@ -1158,6 +1158,11 @@ AC_ARG_ENABLE(winegcc,
>           needed for MinGW cross-compilation.]),
>  )
>
> +AC_ARG_ENABLE(clang,
> +    AS_HELP_STRING([--enable-clang],
> +        [Build using the clang compiler.]),
> +)
> +
-- 
 Lubos Lunak
 l.lunak at suse.cz


More information about the LibreOffice mailing list