From fd22eff2cfd6d1dfd2b8acc56f727e4d5b9c123f Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Wed, 25 Oct 2006 18:56:19 +0000 Subject: [PATCH] One more modif. --- lib/gettext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gettext.h b/lib/gettext.h index 916284d6fc..f15eb6a25c 100644 --- a/lib/gettext.h +++ b/lib/gettext.h @@ -164,7 +164,7 @@ npgettext_aux (const char *domain, #include #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \ - (__GNUC__ >= 3 || (defined __cplusplus && defined __GNUC__)) + (__GNUC__ >= 3 || __GNUG__ >= 2 /* || __STDC_VERSION__ >= 199901L */ ) #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS #include -- 2.30.2