diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-10-09 10:36:11 +0200 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2012-10-09 10:46:48 +0200 |
commit | bf467badca422346778e23165e58ab4b7c8d6ab1 (patch) | |
tree | 77101b21bd10d8ac74f8f695c103e2963fe9300f /configure.in | |
parent | f5ba1a09408be65e6c5831c2b61bc94133d7ad13 (diff) |
Revert "download rebase if needed for all sdk versions"
This reverts commit b23f3e484273ed44c36a0c039454cdfbf6f6f1e7.
Conflicts:
configure.in
Change-Id: Id9d3c2373e32bab76d58a7765ea17994b738d309
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 4c555371c1b0..859152a8ed8f 100644 --- a/configure.in +++ b/configure.in @@ -9147,8 +9147,8 @@ dnl ========================================= 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" \); then + AC_PATH_PROG([REBASE], [rebase]) + if test \( -z "$REBASE" -o "$REBASE" = "/usr/bin/rebase" \) -a "$WINDOWS_SDK_VERSION" = "80"; then REBASE=download AC_SUBST(REBASE) fi |