summaryrefslogtreecommitdiff
path: root/m4/remainder.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/remainder.m4')
-rw-r--r--m4/remainder.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/remainder.m4 b/m4/remainder.m4
index e9253a18df..eed78ebf31 100644
--- a/m4/remainder.m4
+++ b/m4/remainder.m4
@@ -1,4 +1,4 @@
-# remainder.m4 serial 8
+# remainder.m4 serial 9
dnl Copyright (C) 2012-2019 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -98,8 +98,8 @@ int main (int argc, char *argv[])
*-musl*) gl_cv_func_remainder_ieee="guessing yes" ;;
# Guess yes on native Windows.
mingw*) gl_cv_func_remainder_ieee="guessing yes" ;;
- # If we don't know, assume the worst.
- *) gl_cv_func_remainder_ieee="guessing no" ;;
+ # If we don't know, obey --enable-cross-guesses.
+ *) gl_cv_func_remainder_ieee="$gl_cross_guess_normal" ;;
esac
])
LIBS="$save_LIBS"