1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-16 06:15:24 +00:00

Add missing _GNU_SOURCE define

This commit is contained in:
Marvin Scholz 2018-06-16 15:27:20 +02:00
parent 02fb2aa97b
commit 772ce30609

View File

@ -14,6 +14,7 @@ AS_IF([test "${ac_cv_prog_cc_c99}" = "no"], [
])
AC_SYS_LARGEFILE
AC_DEFINE([_GNU_SOURCE], 1, [Define to include GNU extensions to POSIX])
dnl Set build/host to default values
AC_CANONICAL_HOST