common/autoconf/toolchain.m4
changeset 15842 a33cf9e2d7d8
parent 15786 abd76d7cd807
child 15912 bdd2262aaca1
equal deleted inserted replaced
15839:3fa21fbf9be7 15842:a33cf9e2d7d8
   174 
   174 
   175 AC_DEFUN([TOOLCHAIN_SETUP_PATHS],
   175 AC_DEFUN([TOOLCHAIN_SETUP_PATHS],
   176 [
   176 [
   177 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
   177 if test "x$OPENJDK_TARGET_OS" = "xwindows"; then
   178   TOOLCHAIN_SETUP_VISUAL_STUDIO_ENV
   178   TOOLCHAIN_SETUP_VISUAL_STUDIO_ENV
       
   179   TOOLCHAIN_SETUP_DXSDK
   179 fi
   180 fi
   180 
   181 
   181 AC_SUBST(MSVCR_DLL)
   182 AC_SUBST(MSVCR_DLL)
   182 
   183 
   183 # If --build AND --host is set, then the configure script will find any
   184 # If --build AND --host is set, then the configure script will find any