Commit aee63958 authored by Geoff Simmons's avatar Geoff Simmons

Don't assume GNU extensions to C sources.

parent 1d24543b
Pipeline #269 skipped
......@@ -13,7 +13,6 @@ AC_LANG(C)
AM_INIT_AUTOMAKE([foreign])
AC_GNU_SOURCE
AC_PROG_CC
AC_PROG_CC_C99
if test "x$ac_cv_prog_cc_c99" = xno; then
......
......@@ -25,6 +25,9 @@
*
*/
/* for strdup() */
#define _POSIX_C_SOURCE 200809L
#include "config.h"
#include "vmod_pcre2.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment