[Libreoffice-commits] .: Branch 'libreoffice-3-4' - configure.in

Tor Lillqvist tml at kemper.freedesktop.org
Tue Apr 5 07:07:16 PDT 2011


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

New commits:
commit c2dbf7be7d51f7957770ab0d6bbe84e614913750
Author: Tor Lillqvist <tlillqvist at novell.com>
Date:   Tue Apr 5 17:04:39 2011 +0300

    Recognize also Interix
    
    I did some initial testing with building under Interix some years
    ago. Nothing came out of it, and LibreOffice certainly won't build
    with it. But just commit this triviality now to get rid of
    win32-interix.diff in the build repo.

diff --git a/configure.in b/configure.in
index a7fdca7..eaf7a67 100755
--- a/configure.in
+++ b/configure.in
@@ -1435,7 +1435,7 @@ case "$host_os" in
         test_cups=no
         _os=GNU
         ;;
-    cygwin*) # Windows
+    cygwin*|interix*) # Windows
         test_cups=no
         test_randr=no
         test_freetype=no


More information about the Libreoffice-commits mailing list