[xbuild] Add $(TargetDir) property.
[mono.git] / configure.in
index ac9717d2a3155ac15c88aa3f674cf3615eb1ed7d..6c62a4ff239798bad2d17b4e6b393c0fbee9f2dd 100644 (file)
@@ -2963,6 +2963,11 @@ fi
           enable_system_aot=yes
        fi
 
+       if test "x$enable_loadedllvm" = "xyes"; then
+          # This seems to fail on the x86 buildbots
+          enable_system_aot=no
+       fi
+
     if test x$host_win32 = xno -a x$platform_darwin != xyes -a x$enable_system_aot = xyes; then
       echo "ENABLE_AOT = 1" >> $mcs_topdir/build/config.make
     fi