add support for ScriptMethodAttribute.XmlSerializeString
[mono.git] / configure.in
index f88a7a5b077e34e719784d557e9039060b801e81..9a79bb93227c9fdd5c011e00ba68f63379d0ddf0 100644 (file)
@@ -6,7 +6,7 @@ AC_CANONICAL_SYSTEM
 m4_ifdef([_A][M_PROG_TAR],[_A][M_SET_OPTION([tar-ustar])])
 
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono,1.2.4)
+AM_INIT_AUTOMAKE(mono,1.2.5)
 AM_MAINTAINER_MODE
 
 API_VER=1.0
@@ -503,7 +503,7 @@ AC_ARG_WITH(tls, [  --with-tls=__thread,pthread       select Thread Local Storag
 
 # Enable support for using sigaltstack for SIGSEGV and stack overflow handling
 # This does not work on some platforms (bug #55253)
-AC_ARG_WITH(sigaltstack, [  --with-sigaltstack=yes,no      enable/disable support for sigaltstack],[],[with_sigaltstack=no])
+AC_ARG_WITH(sigaltstack, [  --with-sigaltstack=yes,no      enable/disable support for sigaltstack],[],[with_sigaltstack=yes])
 
 AC_ARG_WITH(static_mono, [  --with-static_mono=yes,no      link mono statically to libmono (faster)],[],[with_static_mono=yes])
 
@@ -1929,7 +1929,7 @@ AC_ARG_WITH(preview,  [ --with-preview=yes,no     If you want to install the 2.0
 ])
 
 MOONLIGHT=no
-AC_ARG_WITH(moonlight,[ --with-moonligh=yes,no    If you want to build the Moonlight 2.1 assemblies],[
+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
        fi