bug-gnulib
[Top][All Lists]
Advanced

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

mbrlen: tweak cross-compilation result


From: Bruno Haible
Subject: mbrlen: tweak cross-compilation result
Date: Fri, 30 Jul 2010 11:02:31 +0200
User-agent: KMail/1.9.9

A similar one.

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

        mbrlen: Fix cross-compilation guess for AIX.
        * m4/mbrlen.m4 (gl_MBRLEN_INCOMPLETE_STATE): Fix cross-compilation
        guess. Leftover from 2008-12-22.

--- m4/mbrlen.m4.orig   Fri Jul 30 10:59:13 2010
+++ m4/mbrlen.m4        Fri Jul 30 10:58:58 2010
@@ -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 @@
       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



reply via email to

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