| Index: config/dfp.m4
|
| diff --git a/config/dfp.m4 b/config/dfp.m4
|
| index cc778b19bbb22eec393895566b9526691412705d..48683f0f97ba5792996182c1559f48d8441d2fcd 100644
|
| --- a/config/dfp.m4
|
| +++ b/config/dfp.m4
|
| @@ -21,8 +21,9 @@ Valid choices are 'yes', 'bid', 'dpd', and 'no'.]) ;;
|
| [
|
| case $1 in
|
| powerpc*-*-linux* | i?86*-*-linux* | x86_64*-*-linux* | s390*-*-linux* | \
|
| + i?86*-*-gnu* | \
|
| i?86*-*-mingw* | x86_64*-*-mingw* | \
|
| - i?86*-*-cygwin*)
|
| + i?86*-*-cygwin* | x86_64*-*-cygwin*)
|
| enable_decimal_float=yes
|
| ;;
|
| *)
|
|
|