|
|
@@ -1678,7 +1678,7 @@ AC_ARG_ENABLE(nunit-tests, [ --enable-nunit-tests Run the nunit tests of the cla
|
|
|
AM_CONDITIONAL(ENABLE_NUNIT_TESTS, [test x$enable_nunit_tests = xyes])
|
|
|
|
|
|
AC_MSG_CHECKING([if big-arrays are to be enabled])
|
|
|
-AC_ARG_ENABLE(big-arrays, [ --enable-big-arrays Enable the allocation and indexing of arrays greater than Int32.MaxValue])
|
|
|
+AC_ARG_ENABLE(big-arrays, [ --enable-big-arrays Enable the allocation and indexing of arrays greater than Int32.MaxValue], enable_big_arrays=$enableval, enable_big_arrays=no)
|
|
|
AC_MSG_RESULT($enable_big_arrays)
|
|
|
if test "x$enable_big_arrays" = "xyes" ; then
|
|
|
AC_DEFINE(MONO_BIG_ARRAYS,1,[Enable the allocation and indexing of arrays greater than Int32.MaxValue])
|