Changeset ba8ee40


Ignore:
Timestamp:
Dec 1, 2015, 12:52:02 AM (8 years ago)
Author:
Jason Gross <jgross@mit.edu>
Children:
e637a4d
Parents:
4379288
Message:
Define _GNU_SOURCE in configure.ac for strchrnul

This fixes #289.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • configure.ac

    r77dfeb1 rba8ee40  
    192192dnl apparently still need it.
    193193AM_CFLAGS="$AM_CFLAGS -D_XOPEN_SOURCE_EXTENDED"
     194dnl Define _GNU_SOURCE for strchrnul.
     195AM_CFLAGS="$AM_CFLAGS -D_GNU_SOURCE"
    194196
    195197AC_SUBST([AM_CFLAGS])
Note: See TracChangeset for help on using the changeset viewer.