From: Rodrigo Kumpera Date: Fri, 27 Jan 2017 19:51:31 +0000 (-0500) Subject: Fix non-osx build. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=33a4d7cdd2577372fcdbe2142ab8178dc2db78f7;p=mono.git Fix non-osx build. --- diff --git a/configure.ac b/configure.ac index 4144b9f1736..f1de90d61be 100644 --- a/configure.ac +++ b/configure.ac @@ -3553,10 +3553,11 @@ if test "x$target_mach" = "xyes"; then BTLS_SUPPORTED=no ]) fi - AM_CONDITIONAL(TARGET_OSX, test x$target_osx = xyes) AC_DEFINE(TARGET_MACH,1,[The JIT/AOT targets Apple platforms]) fi +AM_CONDITIONAL(TARGET_OSX, test x$target_osx = xyes) + if test "x$sizeof_register" = "x4"; then AC_DEFINE(SIZEOF_REGISTER,4,[size of machine integer registers]) elif test "x$sizeof_register" = "x8"; then