[Mono-dev] [PATCH 2/2] configure: Set default for moonlight

Zoltan Varga vargaz at gmail.com
Sun Apr 4 00:12:43 EDT 2010


Looks ok.

      Zoltan

On Sun, Apr 4, 2010 at 2:55 AM, Andreas Färber <andreas.faerber at web.de>wrote:

> Make configure display "Moon Profile:  no".
> ---
>  ChangeLog    |    1 +
>  configure.in |    2 +-
>  2 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/ChangeLog b/ChangeLog
> index af88d48..e370d7d 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -1,6 +1,7 @@
>  2010-04-03  Andreas Färber  <andreas.faerber at web.de>
>
>        * configure.in: Fix typo.
> +       Set default for with_moonlight to fix "Moon Profile:" output.
>
>        Contributed under MIT/X11 license.
>
> diff --git a/configure.in b/configure.in
> index 9f13374..faefa0d 100644
> --- a/configure.in
> +++ b/configure.in
> @@ -2493,7 +2493,7 @@ AC_ARG_WITH(moonlight, [  --with-moonlight=yes,no
>     If you want to build M
>                MOONLIGHT=yes
>                AC_DEFINE(MOONLIGHT,1,[Building for Moonlight])
>        fi
> -])
> +], [with_moonlight=no])
>
>
>
> --
> 1.7.0.4.297.g6555b1
>
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20100404/a63d8310/attachment.html 


More information about the Mono-devel-list mailing list