Skip to content

Commit a7422ba

Browse files
committed
2009-11-12 Zoltan Varga <[email protected]>
* acinclude.m4 (dolt_supported): Handle 'i686-pc-cygwin' too. svn path=/branches/mono-2-6/mono/; revision=146078
1 parent b7922d7 commit a7422ba

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2009-11-12 Zoltan Varga <[email protected]>
2+
3+
* acinclude.m4 (dolt_supported): Handle 'i686-pc-cygwin' too.
4+
15
2009-11-04 Zoltan Varga <[email protected]>
26

37
* acinclude.m4 (dolt_supported): Applied patch from Kornél Pál

acinclude.m4

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ i?86-*-linux*|x86_64-*-linux*|powerpc-*-linux*|powerpc64-*-linux* \
2626
|amd64-*-freebsd*|i?86-*-freebsd*|ia64-*-freebsd*|arm*-*-linux*|sparc*-*-linux*|mips*-*-linux*)
2727
pic_options='-fPIC'
2828
;;
29-
?86-pc-cygwin*)
29+
?86-pc-cygwin*|i?86-pc-cygwin*)
3030
pic_options='-DDLL_EXPORT'
3131
;;
3232
i?86-apple-darwin*)

0 commit comments

Comments
 (0)