# HG changeset patch # User Bruno Haible # Date 1161802579 0 # Node ID adab1ce316f91bfb59d02e36eac2c7a786d6fff8 # Parent 728bd13a5bda72cbfecbda23e531c5930097714a One more modif. diff --git a/lib/gettext.h b/lib/gettext.h --- a/lib/gettext.h +++ b/lib/gettext.h @@ -164,7 +164,7 @@ #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