summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-07-30 10:56:07 +0200
committerBruno Haible <bruno@clisp.org>2010-07-30 10:56:07 +0200
commitb2092dafcc99b831289d0e6c7def9eea1a3e8cd0 (patch)
tree5cedadb9a2b5c9fe11fbef1db717abaac8a71cb0 /m4
parent408606ad91bf1c2a4993a3446e6422ea81b8b325 (diff)
downloadgnulib-b2092dafcc99b831289d0e6c7def9eea1a3e8cd0.tar.gz
mbrtowc: Fix cross-compilation guess for AIX.
Diffstat (limited to 'm4')
-rw-r--r--m4/mbrtowc.m410
1 files changed, 5 insertions, 5 deletions
diff --git a/m4/mbrtowc.m4 b/m4/mbrtowc.m4
index 606de5c9f1..0f5939be1b 100644
--- a/m4/mbrtowc.m4
+++ b/m4/mbrtowc.m4
@@ -1,4 +1,4 @@
-# mbrtowc.m4 serial 17
+# mbrtowc.m4 serial 18
dnl Copyright (C) 2001-2002, 2004-2005, 2008-2010 Free Software Foundation,
dnl Inc.
dnl This file is free software; the Free Software Foundation
@@ -101,10 +101,10 @@ AC_DEFUN([gl_MBRTOWC_INCOMPLETE_STATE],
dnl is present.
changequote(,)dnl
case "$host_os" in
- # Guess no on AIX and OSF/1.
- osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;;
- # Guess yes otherwise.
- *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;;
+ # Guess no on AIX and OSF/1.
+ aix* | osf*) gl_cv_func_mbrtowc_incomplete_state="guessing no" ;;
+ # Guess yes otherwise.
+ *) gl_cv_func_mbrtowc_incomplete_state="guessing yes" ;;
esac
changequote([,])dnl
if test $LOCALE_JA != none; then