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

Andreas Färber andreas.faerber at web.de
Sat Apr 3 20:55:15 EDT 2010


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



More information about the Mono-devel-list mailing list