[socket] Add EPROTOTYPE error case (#4391)
[mono.git] / configure.ac
index 87d3a05758a39691dfc11cbc8e55b6b2a7d4209d..4778f68234bfca3a8e1df3884fe0de2cb118f37b 100644 (file)
@@ -2,7 +2,7 @@
 #AC_PREREQ([2.62])
 
 # when bumping version number below, keep it in sync with man/mono.1 too
-AC_INIT(mono, [4.9.0],
+AC_INIT(mono, [4.9.1],
         [http://bugzilla.xamarin.com/enter_bug.cgi?classification=Mono])
 
 AC_CONFIG_SRCDIR([README.md])
@@ -786,10 +786,7 @@ if test $csc_compiler = default; then
    if test $endian = big; then
       csc_compiler=mcs
    elif test $endian = little; then
-      case "$host" in
-        powerpc*) csc_compiler=mcs;;
-        *) csc_compiler=roslyn;;
-      esac
+      csc_compiler=roslyn
    else
       csc_compiler=mcs
    fi