Kaydet (Commit) b23f3e48 authored tarafından Peter Foley's avatar Peter Foley Kaydeden (comit) David Tardon

download rebase if needed for all sdk versions

Change-Id: I1417d243c94438c36158b0d5f873fa939b7d7642
üst 8693885f
......@@ -9134,7 +9134,7 @@ dnl Check for Micorosft rebase.exe
dnl =========================================
if test "$build_os" = "cygwin"; then
AC_PATH_PROG([REBASE], [rebase])
if test \( -z "$REBASE" -o "$REBASE" = "/usr/bin/rebase" \) -a "$WINDOWS_SDK_VERSION" = "80"; then
if test \( -z "$REBASE" -o "$REBASE" = "/usr/bin/rebase" \); then
REBASE=download
AC_SUBST(REBASE)
fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment