summaryrefslogtreecommitdiff
path: root/m4/remainder.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/remainder.m4')
-rw-r--r--m4/remainder.m414
1 files changed, 7 insertions, 7 deletions
diff --git a/m4/remainder.m4 b/m4/remainder.m4
index f9a9177513..129334ca2b 100644
--- a/m4/remainder.m4
+++ b/m4/remainder.m4
@@ -1,4 +1,4 @@
-# remainder.m4 serial 5
+# remainder.m4 serial 6
dnl Copyright (C) 2012-2017 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -92,12 +92,12 @@ int main (int argc, char *argv[])
[gl_cv_func_remainder_ieee=yes],
[gl_cv_func_remainder_ieee=no],
[case "$host_os" in
- # Guess yes on glibc systems.
- *-gnu*) 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" ;;
+ # Guess yes on glibc systems.
+ *-gnu* | gnu*) 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" ;;
esac
])
LIBS="$save_LIBS"