summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-04-05 17:04:39 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-04-05 17:04:53 +0300
commit3f05ea615d1fdea866c3cf47b0e77acce99817be (patch)
tree3ab26088600a0a85870faf27843bdf99f289f588 /configure.in
parentb2c34b75f67331107767e733e717e5607cdd5d26 (diff)
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.
Diffstat (limited to 'configure.in')
-rwxr-xr-xconfigure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a7fdca702629..eaf7a67f4570 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