summaryrefslogtreecommitdiff
path: root/m4/open.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-07-30 20:38:44 +0200
committerBruno Haible <bruno@clisp.org>2010-07-30 20:38:44 +0200
commitdf8bc51660941d7464dcd31170690519cb95c0c2 (patch)
tree12bac1d6fd3be1737cc188ac7d83e69a6cfbe475 /m4/open.m4
parentec919e79c7278b5b69aced77c453e5b165accfcf (diff)
downloadgnulib-df8bc51660941d7464dcd31170690519cb95c0c2.tar.gz
open, fopen: Update regarding AIX.
Diffstat (limited to 'm4/open.m4')
-rw-r--r--m4/open.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/open.m4 b/m4/open.m4
index d705b3a1ef..8731a25551 100644
--- a/m4/open.m4
+++ b/m4/open.m4
@@ -1,4 +1,4 @@
-# open.m4 serial 8
+# open.m4 serial 9
dnl Copyright (C) 2007-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,
@@ -37,10 +37,10 @@ int main ()
[
changequote(,)dnl
case "$host_os" in
- freebsd*) gl_cv_func_open_slash="guessing no" ;;
- solaris2.[0-9]*) gl_cv_func_open_slash="guessing no" ;;
- hpux*) gl_cv_func_open_slash="guessing no" ;;
- *) gl_cv_func_open_slash="guessing yes" ;;
+ freebsd* | aix* | hpux* | solaris2.[0-9]*)
+ gl_cv_func_open_slash="guessing no" ;;
+ *)
+ gl_cv_func_open_slash="guessing yes" ;;
esac
changequote([,])dnl
])