summaryrefslogtreecommitdiff
path: root/gl
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-11-28 20:39:15 +0000
committerSimon Josefsson <simon@josefsson.org>2006-11-28 20:39:15 +0000
commit50a2690940aab89b5f775a56f3f98403ed8a4d27 (patch)
tree1af7c86962ebbb4b29c5bc22b4c72032c0502973 /gl
parent4a0464f49a9a4d41f9c890253581a709df80435e (diff)
downloadgnutls-50a2690940aab89b5f775a56f3f98403ed8a4d27.tar.gz
Update.
Diffstat (limited to 'gl')
-rw-r--r--gl/Makefile.am1
-rw-r--r--gl/gettext.h3
2 files changed, 3 insertions, 1 deletions
diff --git a/gl/Makefile.am b/gl/Makefile.am
index dc16b8c400..3bfac4252f 100644
--- a/gl/Makefile.am
+++ b/gl/Makefile.am
@@ -21,6 +21,7 @@ libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)
EXTRA_libgnu_la_SOURCES =
libgnu_la_LDFLAGS = $(AM_LDFLAGS)
noinst_HEADERS =
+noinst_LTLIBRARIES =
EXTRA_DIST =
BUILT_SOURCES =
SUFFIXES =
diff --git a/gl/gettext.h b/gl/gettext.h
index 18c62a4067..9d76ec9afc 100644
--- a/gl/gettext.h
+++ b/gl/gettext.h
@@ -169,7 +169,8 @@ npgettext_aux (const char *domain,
#include <string.h>
#define _LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS \
- (__GNUC__ >= 3 || __GNUG__ >= 2 /* || __STDC_VERSION__ >= 199901L */ )
+ (((__GNUC__ >= 3 || __GNUG__ >= 2) && !__STRICT_ANSI__) \
+ /* || __STDC_VERSION__ >= 199901L */ )
#if !_LIBGETTEXT_HAVE_VARIABLE_SIZE_ARRAYS
#include <stdlib.h>