[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] langinfo: fix up previous patch
From: |
Bruno Haible |
Subject: |
Re: [PATCH] langinfo: fix up previous patch |
Date: |
Fri, 10 Sep 2010 23:26:12 +0200 |
User-agent: |
KMail/1.9.9 |
Hi Eric,
> I think this fixes it, but I ran out of time to test it for now.
Yes, would also have fixed it. Sorry, I pushed a correction already
before noticing your proposal.
> @@ -43,8 +43,8 @@ int a = T_FMT_AMPM;
> [gl_cv_header_langinfo_t_fmt_ampm=yes],
> [gl_cv_header_langinfo_t_fmt_ampm=no])
> ])
> - if test $gl_cv_header_langinfo_t_fmt_ampm = yes; then
> - HAVE_LANGINFO_T_FMT_AMPM=1
> + if test $gl_cv_header_langinfo_t_fmt_ampm != yes; then
> + HAVE_LANGINFO_T_FMT_AMPM=0
> fi
> AC_CACHE_CHECK([whether langinfo.h defines ERA],
> [gl_cv_header_langinfo_era],
In any case, all 4 variables HAVE_LANGINFO_CODESET, HAVE_LANGINFO_T_FMT_AMPM,
HAVE_LANGINFO_ERA, HAVE_LANGINFO_YESEXPR should be handled the same way.
Bruno
- test-langinfo failures on Irix 5.3, Eric Blake, 2010/09/09
- Re: test-langinfo failures on Irix 5.3, Tom G. Christensen, 2010/09/10
- Re: test-langinfo failures on Irix 5.3, Bruno Haible, 2010/09/10
- Re: test-langinfo failures on Irix 5.3, Tom G. Christensen, 2010/09/10
- Re: test-langinfo failures on Irix 5.3, Bruno Haible, 2010/09/10
- Re: test-langinfo failures on Irix 5.3, Tom G. Christensen, 2010/09/10
- Re: test-langinfo failures on Irix 5.3, Bruno Haible, 2010/09/10
- Re: test-langinfo failures on Irix 5.3, Tom G. Christensen, 2010/09/11