bug-gnulib
[Top][All Lists]
Advanced

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

Re: build problems on old Linux libc5


From: Bruno Haible
Subject: Re: build problems on old Linux libc5
Date: Thu, 8 May 2008 14:13:19 +0200
User-agent: KMail/1.5.4

Eric Blake wrote:
> Oops - you made the AC_TRY_COMPILE the fourth argument to AC_CACHE_CHECK,

Ouch. Two brain failures in one commit. I'm sorry.

> Fixed as follows:

Thanks. Except that I don't subscribe to your style of placement
of the closing brackets:

--- m4/wctype.m4.orig   2008-05-08 14:09:29.000000000 +0200
+++ m4/wctype.m4        2008-05-08 14:08:31.000000000 +0200
@@ -48,7 +49,8 @@
                           Linux libc5 i18n is broken.
                           #endif], [],
               [gl_cv_func_iswcntrl_works=yes], [gl_cv_func_iswcntrl_works=no])
-        ])])
+            ])
+        ])
       if test $gl_cv_func_iswcntrl_works = yes; then
         WCTYPE_H=
       fi





reply via email to

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