8009819: build-infra: RE jdk8 build forest fails for windows since addition of --with-dxsdk

Reviewed-by: katleman
This commit is contained in:
Tim Bell 2013-03-12 22:08:13 -07:00
parent 0d9fffd773
commit 4d75d57692
2 changed files with 254 additions and 227 deletions

File diff suppressed because it is too large Load Diff

@ -280,6 +280,8 @@ AC_DEFUN([TOOLCHAIN_SETUP_DXSDK],
dxsdk_path="$with_dxsdk"
elif test "x$DXSDK_DIR" != x; then
dxsdk_path="$DXSDK_DIR"
elif test -d "C:/DXSDK"; then
dxsdk_path="C:/DXSDK"
else
AC_MSG_ERROR([Could not find the DirectX SDK])
fi