common/autoconf/toolchain.m4

changeset 801
7697621037fd
parent 796
b1e9396fb8af
child 838
ec48d637778a
equal deleted inserted replaced
800:59d6af7422af 801:7697621037fd
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 BASIC_DEPRECATED_ARG_WITH([dxsdk])
180 BASIC_DEPRECATED_ARG_WITH([dxsdk-lib])
181 BASIC_DEPRECATED_ARG_WITH([dxsdk-include])
179 fi 182 fi
180 183
181 AC_SUBST(MSVCR_DLL) 184 AC_SUBST(MSVCR_DLL)
182 185
183 # If --build AND --host is set, then the configure script will find any 186 # If --build AND --host is set, then the configure script will find any

mercurial