[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Best way to enable _GNU_SOURCE
- From: Ray Van Dolson <rayvd bludgeon org>
- To: fedora-devel-list redhat com
- Subject: Re: Best way to enable _GNU_SOURCE
- Date: Sun, 1 Jun 2008 09:47:04 -0700
> - Modify configure.ac (or other) to generage a configure.in that
> tacks it onto DEFS which shows up then as DEFS in configure and
> populates DEFS in the resultant Makefile so we have -D_GNU_SOURCE
> passed to the compiler
Well, the end solution was to modify configure.ac to include the
following:
AC_GNU_SOURCE
Pretty straightforward.
Ray
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]