another test
[mono.git] / configure.in
index 18dc052c02c8ea9f967f19e0c94ee8c3228f9ecf..6e85d18fa343859eb8c80a7fa65be28c72757ab0 100644 (file)
@@ -1,7 +1,7 @@
 AC_INIT(README)
 AC_CANONICAL_SYSTEM
 AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mono, 0.21)
+AM_INIT_AUTOMAKE(mono, 0.23)
 AM_MAINTAINER_MODE
 
 #
@@ -186,6 +186,10 @@ case "x$gc" in
                ;;
 esac
 
+if test "x$gc" = xboehm; then
+       AC_CHECK_FUNCS(GC_gcj_malloc)
+fi
+
 if test x$platform_win32 = xno; then
        dnl ******************************************************************
        dnl *** Check for large file support                               ***
@@ -559,6 +563,7 @@ mono/monograph/Makefile
 mono/jit/Makefile
 mono/io-layer/Makefile
 mono/handles/Makefile
+mono/mini/Makefile
 runtime/Makefile
 scripts/Makefile
 man/Makefile