Remove sqlsharp as we no longer distribute it.
[mono.git] / configure.in
index 169f509e4c0583b6aac775ab9ede2a974b5aa26a..56369722cfac5bd5da71f902b72e9d29e3c41ea6 100644 (file)
@@ -217,7 +217,11 @@ case "x$gc" in
                AC_SUBST(HAVE_BOEHM_GC)
                LIBGC_LIBS="-lgc $libdl"
 
-               AC_CHECK_FUNCS(GC_gcj_malloc)
+               # AC_CHECK_FUNCS does not work for some reason...
+               AC_CHECK_LIB(gc, GC_gcj_malloc, found_gcj_malloc="yes",,$libdl)
+               if test "x$found_gcj_malloc" = "xyes"; then
+                       AC_DEFINE(HAVE_GC_GCJ_MALLOC)
+               fi
                ;;
 
        xincluded)