update dev300-m58
[ooovba.git] / applied_patches / 0553-win32-interix.diff
blobe5d98170527b2df33b07450d664013baa93c4fe1
1 --- config.guess
2 +++ config.guess
3 @@ -789,7 +789,7 @@
4 i*:PW*:*)
5 echo ${UNAME_MACHINE}-pc-pw32
6 exit 0 ;;
7 - x86:Interix*:[34]*)
8 + x86:Interix*:[3-6]*)
9 echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
10 exit 0 ;;
11 [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
12 --- configure.in
13 +++ configure.in
14 @@ -987,7 +987,7 @@
15 test_cups=no
16 _os=GNU
18 - cygwin*) # Windows
19 + cygwin*|interix*) # Windows
20 test_cups=no
21 test_cairo=yes
22 test_freetype=no