bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mbrtowc: tweak cross-compilation result


From: Bruno Haible
Subject: mbrtowc: tweak cross-compilation result
Date: Fri, 30 Jul 2010 10:56:22 +0200
User-agent: KMail/1.9.9

A tiny fix.

2010-07-30  Bruno Haible  <address@hidden>

        mbrtowc: Fix cross-compilation guess for AIX.
        * m4/mbrtowc.m4 (gl_MBRTOWC_INCOMPLETE_STATE): Fix cross-compilation
        guess. Leftover from 2008-12-21.

--- m4/mbrtowc.m4.orig  Fri Jul 30 10:52:03 2010
+++ m4/mbrtowc.m4       Fri Jul 30 10:51:01 2010
@@ -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 @@
       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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]