diff options
| author | Sami Kerola <kerolasa@iki.fi> | 2019-01-21 20:59:45 +0000 |
|---|---|---|
| committer | Sami Kerola <kerolasa@iki.fi> | 2019-01-21 21:06:53 +0000 |
| commit | 0eb882abf25f00ab85ae71dd48ef931c68bf068b (patch) | |
| tree | c68dd0af03e962d5921862ab0e999b0f25485993 | |
| parent | c7eeaf4e3097463c1b4b1941a0b18bbe0b83efa6 (diff) | |
maint: stop using variable-length arrays
* configure.ac: Set definition used in gnulib.
* gnulib: Jump 15 commits from 34290cb926e65 to 5ddb2f9d460a8.
| -rw-r--r-- | configure.ac | 3 | ||||
| m--------- | gnulib | 0 |
2 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 71575e4..d5f668d 100644 --- a/configure.ac +++ b/configure.ac @@ -58,6 +58,9 @@ AS_IF([test $cross_compiling = no], [ HELP2MAN=: ]) +dnl Ensure VLAs are not used. +AC_DEFINE([GNULIB_NO_VLA], [1], [Define to 1 to disable use of VLAs]) + dnl i18n support from GNU gettext. AM_GNU_GETTEXT_VERSION([0.18.1]) AM_GNU_GETTEXT([external]) diff --git a/gnulib b/gnulib -Subproject 34290cb926e655971d17d35b8fd238ebe1b57da +Subproject 5ddb2f9d460a85a56f1c47c57c48395ccdc4ea1 |
