[Libreoffice-commits] .: Branch 'feature/vs2012' - configure.in

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Wed Oct 3 14:02:14 PDT 2012


 configure.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 6457404e915c13b7f8d67291e1b7a6ce6ba7991a
Author: Peter Foley <pefoley2 at verizon.net>
Date:   Wed Oct 3 16:58:15 2012 -0400

    download rebase if needed for all sdk versions
    
    Change-Id: I1417d243c94438c36158b0d5f873fa939b7d7642

diff --git a/configure.in b/configure.in
index 8a786cb..a1b119a 100644
--- a/configure.in
+++ b/configure.in
@@ -9114,7 +9114,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


More information about the Libreoffice-commits mailing list