configure.ac: Add AC_GNU_SOURCE

We define it here and there already, and if we are to include private
cogl files, we need it in more places. Lets just add it everywhere.

https://bugzilla.gnome.org/show_bug.cgi?id=768976
This commit is contained in:
Jonas Ådahl
2016-05-07 18:26:28 +08:00
parent d63e9452d9
commit 95a68854ad
11 changed files with 2 additions and 16 deletions

View File

@ -41,7 +41,6 @@
* to investigate, read main(), meta_display_open(), and event_callback().
*/
#define _GNU_SOURCE
#define _XOPEN_SOURCE /* for putenv() and some signal-related functions */
#include <config.h>