Code

Merged branch 'upstream'.
[pkg-rrdtool.git] / src / gettext.h
index 209921e654f550eb0123212e6926b5e9e38accbc..b9380cc9ef9b8a4490a01ebb3fe788686b8ccdbc 100644 (file)
@@ -170,7 +170,7 @@ npgettext_aux (const char *domain,
 #include <string.h>
 
 #define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \
-  (((__GNUC__ >= 3 || __GNUG__ >= 2) && !__STRICT_ANSI__) \
+  (((__GNUC__ >= 3 || __GNUG__ >= 2) && !defined __STRICT_ANSI__) \
    /* || __STDC_VERSION__ >= 199901L */ )
 
 #if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS