Fix non-osx build.
authorRodrigo Kumpera <kumpera@gmail.com>
Fri, 27 Jan 2017 19:51:31 +0000 (14:51 -0500)
committerRodrigo Kumpera <kumpera@gmail.com>
Fri, 27 Jan 2017 19:51:31 +0000 (14:51 -0500)
configure.ac

index 4144b9f1736d8d1685be4a11112aa33b4bfae482..f1de90d61be6e331643eb1190c6194a4374036f0 100644 (file)
@@ -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