common/autoconf/platform.m4

changeset 872
3c48e11c3901
parent 839
174a54ce39c4
child 972
f3697e0783e2
     1.1 --- a/common/autoconf/platform.m4	Thu Oct 24 10:43:35 2013 +0200
     1.2 +++ b/common/autoconf/platform.m4	Thu Oct 24 20:45:43 2013 -0400
     1.3 @@ -327,6 +327,13 @@
     1.4    fi
     1.5    AC_SUBST(OPENJDK_TARGET_OS_API_DIR)
     1.6  
     1.7 +  if test "x$OPENJDK_TARGET_OS" = xmacosx; then
     1.8 +      OPENJDK_TARGET_OS_EXPORT_DIR=macosx
     1.9 +  else
    1.10 +      OPENJDK_TARGET_OS_EXPORT_DIR=${OPENJDK_TARGET_OS_API_DIR}
    1.11 +  fi
    1.12 +  AC_SUBST(OPENJDK_TARGET_OS_EXPORT_DIR)
    1.13 +
    1.14    if test "x$OPENJDK_TARGET_CPU_BITS" = x64; then
    1.15      A_LP64="LP64:="
    1.16      # -D_LP64=1 is only set on linux and mac. Setting on windows causes diff in

mercurial