summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-07-30 21:14:41 +0200
committerBruno Haible <bruno@clisp.org>2010-07-30 21:14:41 +0200
commitb4e5a5f11bd67ce5435b5ecf43b7fb6a81ba62a0 (patch)
treec21eb5e361181056299608111dc9ea9afc435ce6 /m4
parentb9a208581565917efdcd7e5013d8bc69ff1f5abd (diff)
downloadgnulib-b4e5a5f11bd67ce5435b5ecf43b7fb6a81ba62a0.tar.gz
round: Update regarding AIX.
Diffstat (limited to 'm4')
-rw-r--r--m4/round.m46
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/round.m4 b/m4/round.m4
index e11f518305..1d1b91c1a1 100644
--- a/m4/round.m4
+++ b/m4/round.m4
@@ -1,4 +1,4 @@
-# round.m4 serial 8
+# round.m4 serial 9
dnl Copyright (C) 2007, 2009-2010 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
@@ -40,8 +40,8 @@ int main()
exit (x < 0.5 && round (x) != 0.0);
}]])], [gl_cv_func_round_works=yes], [gl_cv_func_round_works=no],
[case "$host_os" in
- netbsd*) gl_cv_func_round_works="guessing no";;
- *) gl_cv_func_round_works="guessing yes";;
+ netbsd* | aix*) gl_cv_func_round_works="guessing no";;
+ *) gl_cv_func_round_works="guessing yes";;
esac
])
LIBS="$save_LIBS"