From: Bruno Haible Date: Wed, 25 Oct 2006 18:57:43 +0000 (+0000) Subject: Tweak _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS again. X-Git-Tag: 0.16.x-branchpoint~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e841e0623b8df600ec5868fd9e043ef620f03bdd;p=thirdparty%2Fgettext.git Tweak _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS again. --- diff --git a/gnulib-local/lib/gettext.h b/gnulib-local/lib/gettext.h index 544406ae9..8874d9baa 100644 --- a/gnulib-local/lib/gettext.h +++ b/gnulib-local/lib/gettext.h @@ -165,7 +165,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