2007-11-16 Zoltan Varga <vargaz@gmail.com>
authorZoltan Varga <vargaz@gmail.com>
Thu, 15 Nov 2007 23:01:07 +0000 (23:01 -0000)
committerZoltan Varga <vargaz@gmail.com>
Thu, 15 Nov 2007 23:01:07 +0000 (23:01 -0000)
* configure.in: Make --with-moonlight=yes the default.

svn path=/trunk/mono/; revision=89724

ChangeLog
configure.in

index fc2c67dddf6dd9acbbabbaa773f740a5bde0ec6d..d39afc86b7105bf852183b4561c106f3f67a6248 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-11-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Make --with-moonlight=yes the default.
+
 2007-11-15  Dick Porter  <dick@ximian.com>
 
        * configure.in: Check for g_strsplit_set() and g_strv_length()
index 18b54e322e97b0fca6dc1ae8613bbf504b6596eb..d03e50ad01617a153181c77b5bc206466d449957 100644 (file)
@@ -1983,10 +1983,10 @@ AC_ARG_WITH(preview,  [ --with-preview=yes,no     If you want to install the 2.0
        fi
 ])
 
-MOONLIGHT=no
+MOONLIGHT=yes
 AC_ARG_WITH(moonlight,[ --with-moonlight=yes,no   If you want to build the Moonlight 2.1 assemblies],[
-       if test x$with_moonlight = xyes; then
-             MOONLIGHT=yes
+       if test x$with_moonlight = xno; then
+             MOONLIGHT=no
        fi
 ])