summaryrefslogtreecommitdiff
path: root/m4/mbrlen.m4
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2010-07-30 11:02:15 +0200
committerBruno Haible <bruno@clisp.org>2010-07-30 11:02:15 +0200
commit89d7698a351cd36d0e7baa44ee4bea3cf56cf459 (patch)
treef84ac82801bbd1ee4a9cfdb5adb27bfc2aa8a89f /m4/mbrlen.m4
parentb2092dafcc99b831289d0e6c7def9eea1a3e8cd0 (diff)
downloadgnulib-89d7698a351cd36d0e7baa44ee4bea3cf56cf459.tar.gz
mbrlen: Fix cross-compilation guess for AIX.
Diffstat (limited to 'm4/mbrlen.m4')
-rw-r--r--m4/mbrlen.m412
1 files changed, 6 insertions, 6 deletions
diff --git a/m4/mbrlen.m4 b/m4/mbrlen.m4
index 6049d1a19f..81fc671da2 100644
--- a/m4/mbrlen.m4
+++ b/m4/mbrlen.m4
@@ -1,5 +1,5 @@
-# mbrlen.m4 serial 2
-dnl Copyright (C) 2008, 2009, 2010 Free Software Foundation, Inc.
+# mbrlen.m4 serial 3
+dnl Copyright (C) 2008, 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,
dnl with or without modifications, as long as this notice is preserved.
@@ -45,10 +45,10 @@ AC_DEFUN([gl_MBRLEN_INCOMPLETE_STATE],
dnl is present.
changequote(,)dnl
case "$host_os" in
- # Guess no on AIX and OSF/1.
- osf*) gl_cv_func_mbrlen_incomplete_state="guessing no" ;;
- # Guess yes otherwise.
- *) gl_cv_func_mbrlen_incomplete_state="guessing yes" ;;
+ # Guess no on AIX and OSF/1.
+ aix* | osf*) gl_cv_func_mbrlen_incomplete_state="guessing no" ;;
+ # Guess yes otherwise.
+ *) gl_cv_func_mbrlen_incomplete_state="guessing yes" ;;
esac
changequote([,])dnl
if test $LOCALE_JA != none; then