*duh* ihse-cflags-rewrite-branch
authorihse
Mon, 26 Feb 2018 10:50:19 +0100
branchihse-cflags-rewrite-branch
changeset 56172 e18d3ca0f32f
parent 56171 e97310213377
child 56173 d70e19fc211f
*duh*
make/autoconf/flags.m4
--- a/make/autoconf/flags.m4	Mon Feb 26 10:47:52 2018 +0100
+++ b/make/autoconf/flags.m4	Mon Feb 26 10:50:19 2018 +0100
@@ -340,7 +340,7 @@
 AC_DEFUN([FLAGS_SETUP_COMPILER_FLAGS_FOR_JDK],
 [
   # Additional macosx handling
-  if test "x$FLAGS_OS" = xmacosx; then
+  if test "x$OPENJDK_TARGET_OS" = xmacosx; then
     # MACOSX_VERSION_MIN specifies the lowest version of Macosx that the built
     # binaries should be compatible with, even if compiled on a newer version
     # of the OS. It currently has a hard coded value. Setting this also limits