diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-05 17:04:39 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-04-05 17:04:53 +0300 |
commit | c2dbf7be7d51f7957770ab0d6bbe84e614913750 (patch) | |
tree | 75d2b014ff500a58618345ddec202f99dd3f7a58 /configure.in | |
parent | 84724f5b8a45c2d74432d336fa1d544b57967f30 (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-x | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index a7fdca702..eaf7a67f4 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 |