summaryrefslogtreecommitdiff
path: root/m4/trunc.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/trunc.m4')
-rw-r--r--m4/trunc.m414
1 files changed, 7 insertions, 7 deletions
diff --git a/m4/trunc.m4 b/m4/trunc.m4
index f13bb3c7ec..b0810e9088 100644
--- a/m4/trunc.m4
+++ b/m4/trunc.m4
@@ -1,4 +1,4 @@
-# trunc.m4 serial 10
+# trunc.m4 serial 11
dnl Copyright (C) 2007, 2010-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,
@@ -70,12 +70,12 @@ int main (int argc, char *argv[])
[gl_cv_func_trunc_ieee=yes],
[gl_cv_func_trunc_ieee=no],
[case "$host_os" in
- # Guess yes on glibc systems.
- *-gnu*) gl_cv_func_trunc_ieee="guessing yes" ;;
- # Guess yes on native Windows.
- mingw*) gl_cv_func_trunc_ieee="guessing yes" ;;
- # If we don't know, assume the worst.
- *) gl_cv_func_trunc_ieee="guessing no" ;;
+ # Guess yes on glibc systems.
+ *-gnu* | gnu*) gl_cv_func_trunc_ieee="guessing yes" ;;
+ # Guess yes on native Windows.
+ mingw*) gl_cv_func_trunc_ieee="guessing yes" ;;
+ # If we don't know, assume the worst.
+ *) gl_cv_func_trunc_ieee="guessing no" ;;
esac
])
LIBS="$save_LIBS"