]> granicus.if.org Git - flex/commit
build: AC_USE_SYSTEM_EXTENSIONS in configure.ac.
authorExplorer09 <explorer09@gmail.com>
Mon, 4 Sep 2017 02:47:33 +0000 (10:47 +0800)
committerWill Estes <westes575@gmail.com>
Mon, 4 Sep 2017 15:22:30 +0000 (11:22 -0400)
commit24fd0551333e7eded87b64dd36062da3df2f6380
treef02e0bf9e3899e7c089bdf4d0439cba352d5d735
parent1d62d3eb24d06030ae2641fe4670de3a8da9e67e
build: AC_USE_SYSTEM_EXTENSIONS in configure.ac.

This would, e.g. define _GNU_SOURCE in config.h, enabling the
reallocarray() prototype in glibc 2.26+ on Linux systems with that
version of glibc.

Fixes #241.
configure.ac