summaryrefslogtreecommitdiff
path: root/m4/strtod.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/strtod.m4')
-rw-r--r--m4/strtod.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/strtod.m4 b/m4/strtod.m4
index e4e0f06dfb..ae7446c2fa 100644
--- a/m4/strtod.m4
+++ b/m4/strtod.m4
@@ -1,4 +1,4 @@
-# strtod.m4 serial 27
+# strtod.m4 serial 28
dnl Copyright (C) 2002-2003, 2006-2023 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -115,11 +115,11 @@ numeric_equal (double x, double y)
],
[gl_cv_func_strtod_works="guessing yes"],
[case "$host_os" in
- # Guess yes on musl systems.
- *-musl*) gl_cv_func_strtod_works="guessing yes" ;;
- # Guess yes on native Windows.
- mingw*) gl_cv_func_strtod_works="guessing yes" ;;
- *) gl_cv_func_strtod_works="$gl_cross_guess_normal" ;;
+ # Guess yes on musl systems.
+ *-musl* | midipix*) gl_cv_func_strtod_works="guessing yes" ;;
+ # Guess yes on native Windows.
+ mingw*) gl_cv_func_strtod_works="guessing yes" ;;
+ *) gl_cv_func_strtod_works="$gl_cross_guess_normal" ;;
esac
])
])