diff options
-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 |