From 66bf929fa97fabb70198455f9eec2e9ccf0661fa Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Mon, 16 Dec 2013 16:21:50 +0800 Subject: configure: Use AC_GNU_SOURCE Rather than #defining _GNU_SOURCE in our .c files, we can define this from config.h instead. Signed-off-by: Jeremy Kerr --- test/lib/list-test.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/lib') diff --git a/test/lib/list-test.c b/test/lib/list-test.c index 3f7952a..144613d 100644 --- a/test/lib/list-test.c +++ b/test/lib/list-test.c @@ -19,8 +19,6 @@ #include "config.h" #endif -#define _GNU_SOURCE - #include #include -- cgit v1.2.1