diff options
author | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-30 15:02:04 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2022-08-30 15:02:47 -0700 |
commit | 3f681d742545c922157b2fb66649ae2d12080c41 (patch) | |
tree | 76c79e4a2b33c304ae69d4bafe85e3f8c72106b5 | |
parent | 7e039ed98ad9ef4083a01d3e5a03e54302706550 (diff) |
configure: Add AC_USE_SYSTEM_EXTENSIONS
Needed on some systems to expose reallocarray() prototype in the
header files.
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index bff7560..16a9751 100644 --- a/configure.ac +++ b/configure.ac @@ -27,6 +27,7 @@ AC_INIT([fslsfonts], [1.0.5], [https://gitlab.freedesktop.org/xorg/app/fslsfonts/issues], [fslsfonts]) AC_CONFIG_SRCDIR([Makefile.am]) AC_CONFIG_HEADERS([config.h]) +AC_USE_SYSTEM_EXTENSIONS # Initialize Automake AM_INIT_AUTOMAKE([foreign dist-xz]) |